diff --git a/src/components/LandingPage/Hero/SectionSlider/index.tsx b/src/components/LandingPage/Hero/SectionSlider/index.tsx index efbe6042f7..8b2ca7953e 100644 --- a/src/components/LandingPage/Hero/SectionSlider/index.tsx +++ b/src/components/LandingPage/Hero/SectionSlider/index.tsx @@ -40,7 +40,7 @@ const sliderData = [ }, { tagline: "ICP Pitch Deck", - title: "How the Internet Became Backend Compute Too", + title: "ICP makes the internet into a World Computer", description: "Read now", image: "/img/home/slider/icp_deck_highlight.webp", link: "https://deck.internetcomputer.org/", @@ -102,17 +102,15 @@ export const CardWithImage: React.FC<{ -
+
{children}
+
); }; @@ -194,7 +192,7 @@ export const SectionSlider = () => { {sliderData.map((data, index) => (
-
+
{data.tagline}