Skip to content

Commit

Permalink
Add CTA in hero
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 28, 2025
1 parent bba281c commit d84264d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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 ButtonLink from "@/components/ButtonLink/ButtonLink";
import React from "react";
import {IoIosArrowForward} from "react-icons/io";

const Hero = () => {
return (
Expand All @@ -23,6 +26,14 @@ const Hero = () => {
<div className="hidden md:flex flex-wrap justify-center gap-8">
<MMFRFull/>
<CountdownTimer targetDate={new Date("2025-03-25T08:00:00")}/>
<ButtonLink
variant="secondary"
href=""
iconPosition="right"
icon={<IoIosArrowForward />}
>
Je prend mon billet
</ButtonLink>
</div>
</div>
</Container>
Expand Down

0 comments on commit d84264d

Please sign in to comment.