From 5d856a2cb0257de3eb13a8db2c8e7931f156d497 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:26:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c731113..c2e1cdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,6 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Experience the Best of San Diego" description="Golden beaches, vibrant culture, and endless sunshine await. Discover why San Diego is California's premier travel destination." - buttons={[ - { - text: "Plan Your Trip", href: "#contact"}, - ]} imageSrc="http://img.b2bpic.net/free-photo/la-jolla-cove-view-san-diego-usa_1268-14454.jpg" imageAlt="Sunny day in San Diego" mediaAnimation="slide-up" @@ -269,4 +265,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file