From 0b489f03457c78d8ba7b16eea6623feb209316cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:29:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0411f81..c8fa4bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,7 @@ export default function LandingPage() { { type: "text", content: " Beautiful Outdoor Spaces" } ]} useInvertedBackground={false} - buttons={[ - { text: "Meet Our Team", href: "#team" } - ]} + buttons={[]} />
@@ -203,4 +201,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1