diff --git a/src/app/page.tsx b/src/app/page.tsx index b6844c6..70a845b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Join Waitlist", href: "#waitlist" }, - { text: "See It In Action", href: "#how-it-works" } + { text: "Join Waitlist", href: "#waitlist" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWetpMUy7tjlT0PjsBxrRnEKur/abstract-3d-floating-glass-blobs-with-so-1772713594967-bb7a8319.png?_wi=1" @@ -66,7 +65,7 @@ export default function LandingPage() {