diff --git a/src/components/LandingPage/Hero/SectionSlider/index.tsx b/src/components/LandingPage/Hero/SectionSlider/index.tsx index 48c624ab9e..05a13e22ba 100644 --- a/src/components/LandingPage/Hero/SectionSlider/index.tsx +++ b/src/components/LandingPage/Hero/SectionSlider/index.tsx @@ -45,6 +45,13 @@ const sliderData = [ image: "/img/home/slider/icp_deck_highlight.webp", link: "https://deck.internetcomputer.org/", }, + { + tagline: "November 9-10, 2024 – Lisbon", + title: "CRYPTO AI:CON", + description: "Register now", + image: "/img/home/slider/crypto-ai.webp", + link: "https://lu.ma/icpevents", + }, ]; const MotionLink = motion(Link); @@ -104,11 +111,11 @@ export const CardWithImage: React.FC<{ to={href} className="bg-[#0C0025] rounded-xl pl-8 p-5 text-white hover:no-underline transition-all hover:text-white flex flex-col justify-center gap-8 group relative overflow-hidden" > -
+
{children}
diff --git a/static/img/home/slider/crypto-ai.webp b/static/img/home/slider/crypto-ai.webp new file mode 100644 index 0000000000..f4e9d069ca Binary files /dev/null and b/static/img/home/slider/crypto-ai.webp differ