From e97e62bdc6f93bdb072eaeaeee1c0fa4fe254a39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 17:17:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d850842..f32e494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,10 +33,10 @@ export default function LandscapingPage() { brandName="Ugarte Landscapes 🪴" navItems={[ { name: "Services", id: "/services" }, - { name: "About", id: "about" }, - { name: "Team", id: "team" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "#about" }, + { name: "Team", id: "#team" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, ]} button={{ text: "Request Repair", href: "#contact" }} /> @@ -49,22 +49,7 @@ export default function LandscapingPage() { buttons={[{ text: "Our Services", href: "/services" }]} background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748216.jpg" - logoClassName="scale-75 origin-top" - /> - - -
-
@@ -83,6 +68,21 @@ export default function LandscapingPage() { /> +
+ +
+
); -} +} \ No newline at end of file