Skip to content

Commit

Permalink
fix skibidi timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev committed Dec 1, 2024
1 parent 54053c5 commit a0e6f8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import Footer from "../components/Footer.astro";
>
<Step
num={1}
date={new Date("2025-03-01")}
date={new Date("2025-03-01T05:00")}
title="Register"
desc="Signing up for Apex is free - you just need a team of fellow teens ready to dive into making a project!"
action={{
Expand All @@ -74,7 +74,7 @@ import Footer from "../components/Footer.astro";
/>
<Step
num={2}
date={new Date("2025-04-01")}
date={new Date("2025-04-01T05:00")}
title="Submit proposal"
desc="Finalize your ideas and designs with your team and submit them to the review team!"
action={{
Expand All @@ -85,7 +85,7 @@ import Footer from "../components/Footer.astro";
/>
<Step
num={3}
date={new Date("2025-05-01")}
date={new Date("2025-05-01T05:00")}
title="Build your project"
desc="After prototyping and iteration, put together the project that will launch on the HAB and ship it to the launch location!"
action={{
Expand All @@ -96,7 +96,7 @@ import Footer from "../components/Footer.astro";
/>
<Step
num={4}
date={new Date("2025-06-13")}
date={new Date("2025-06-13T05:00")}
title="LAUNCH!"
desc="Head over to Boston, MA to see your project launch, and then recover it and analyze the results!"
action={{
Expand Down

0 comments on commit a0e6f8a

Please sign in to comment.