Skip to content

Commit

Permalink
Add back image
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent d73cebb commit c535c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Typography from "@/components/Typography/Typography";
import BackgroundImage from "@/components/BackgroundImage/BackgroundImage";
import CountdownTimer from "@/components/Countdown/Countdown"
import Container from "@/layouts/Container";
//import MMFRFull from "/public/images/mmfr25-full.svg";
import MMFRFull from "/public/images/mmfr25-full.svg";

const Hero = () => {
return (
Expand All @@ -20,6 +20,7 @@ const Hero = () => {
</Typography>
</div>
<div className="hidden md:flex flex-wrap justify-center gap-8">
<MMFRFull/>
<CountdownTimer targetDate={new Date("2025-03-25T08:00:00")}/>
</div>
</div>
Expand Down

0 comments on commit c535c97

Please sign in to comment.