From 968e044f5c6a57ffa2cd3619365f3ad05c001b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 19:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b559ebb..d495bb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,6 @@ export default function LaunchPadLocalPage() { background={{ variant: "canvas-reveal" }} buttons={[ { text: "Book Consultation", href: "/contact" }, - { text: "View Our Portfolio", href: "#work" }, ]} buttonAnimation="slide-up" carouselPosition="right" @@ -81,7 +80,6 @@ export default function LaunchPadLocalPage() { description="We partner with hardworking business owners to bring their vision to the screen." textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View Our Portfolio", href: "#work" }]} buttonAnimation="slide-up" cardClassName="!h-auto aspect-video" features={[ @@ -135,4 +133,4 @@ export default function LaunchPadLocalPage() { ); -} +} \ No newline at end of file -- 2.49.1