diff --git a/src/app/page.tsx b/src/app/page.tsx index e5f39ae..4a70906 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; export default function LandingPage() { return ( @@ -33,6 +34,8 @@ export default function LandingPage() { navItems={[ { name: "Overview", id: "about"}, + { + name: "Demo", id: "demo"}, { name: "Features", id: "features"}, { @@ -70,7 +73,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Launch Interactive Demo"}, + text: "Launch Interactive Demo", href: "#demo"}, ]} imageSrc="http://img.b2bpic.net/free-photo/fractal-cosmic-lights-wallpaper_1017-2739.jpg?_wi=2" mediaAnimation="blur-reveal" @@ -120,6 +123,19 @@ export default function LandingPage() { /> +