From a9602e5f91f30d5c03960cbd094662c1f0d2e4bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:02:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {
-- 2.49.1