Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Dec 13, 2023
1 parent f1f6639 commit cf412e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import illustration from './images/kcd2023-iso.svg';
const TITLE = 'Kubernetes Community Days Denmark';

const DESCRIPTION =
'Experience the power of community at the Kubernetes Community Days in Denmark! When a diverse group of experts comes together to learn, network, and share knowledge on all things cloud native.';
'KCD Denmark is coming to Copenhagen in 2024. Stay tuned to experience the power of community in Denmark! When a diverse group of experts comes together to learn, network, and share knowledge on all things cloud native.';

const Hero = () => (
<section className="safe-paddings overflow-hidden bg-[#EDC3C7] bg-opacity-10 pt-28 pb-40 lg:pb-32 md:pt-24 md:pb-[500px] sm:pb-[520px] [@media(max-width:600px)]:pb-[430px] [@media(max-width:460px)]:pb-[420px]">
<div className="container relative md:flex md:flex-col">
<div className="absolute top-0 -left-[40%] h-[566px] w-[566px] translate-x-1/2 bg-white blur-[100px] md:-left-[30%] md:h-[350px] md:w-[350px]" />
<div className="relative md:flex md:flex-col md:items-center md:text-center">
<time
{/* <time
className="rounded-3xl bg-red px-4 py-2 text-sm font-bold leading-none text-white"
dateTime="2023-06-14"
>
November 14, 2023
</time>
</time> */}
<h1 className="mt-3 max-w-[570px] text-8xl font-bold leading-denser text-primary-1 lg:max-w-[500px] sm:text-7xl">
{TITLE}
</h1>
Expand All @@ -42,7 +42,7 @@ const Hero = () => (
size="lg"
theme="secondary"
>
Watch the Recordings
Watch the Recordings from 2023
</Button>

{/* <Button
Expand Down
2 changes: 2 additions & 0 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const Welcome = () => (
{/* <p className="mt-0 mb-5 text-center text-4xl font-bold leading-tight pb-10">
<web-component-embed id="zXJRWk" app_slug="countdown-timer"></web-component-embed><script src="https://app.powr.io/assets/webcomponent.js"></script>
</p> */}

<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">KCD Denmark is coming to Copenhagen in 2024. Stay tuned!</p>

<p>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
Expand Down

0 comments on commit cf412e6

Please sign in to comment.