From 4cc2c974520a63e0470963154e2ccfd12803a893 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:09:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70278cf..9d1c603 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 0b3c835c3e786de79341b5acc79e816abf43bcf7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:09:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d5abe9..1353285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,8 +58,8 @@ export default function LandingPage() { ]} avatarText="Where families and friends unite for fun" buttons={[ - { text: "Book Your Experience", href: "#contact" }, { text: "Explore Events", href: "#testimonials" }, + { text: "Book Your Experience", href: "#contact" }, ]} buttonAnimation="slide-up" /> @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1