From 6dc95dc6ad89efd322ce46f2286e5b14bd5e0006 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:55:32 +0000 Subject: [PATCH] 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 e4a131c..4d45144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: 2, - tag: "Ongoing Care", title: "Landscape Maintenance", subtitle: "Beauty that lasts year-round", description: "Our seasonal maintenance programs keep your gardens thriving throughout the year. From spring planting to winter preparation, we ensure your landscape stays healthy, vibrant, and true to its design through dedicated, personalized care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP6m7l7hwi4GIZuXGy8tnhucL3/uploaded-1772685598941-byxcbb57.jpg", imageAlt: "Professional landscape maintenance services" + tag: "Ongoing Care", title: "", subtitle: "Beauty that lasts year-round", description: "Our seasonal maintenance programs keep your gardens thriving throughout the year. From spring planting to winter preparation, we ensure your landscape stays healthy, vibrant, and true to its design through dedicated, personalized care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP6m7l7hwi4GIZuXGy8tnhucL3/uploaded-1772685598941-byxcbb57.jpg", imageAlt: "Professional landscape maintenance services" }, { id: 3, @@ -241,7 +241,7 @@ export default function LandingPage() { { title: "Services", items: [ { label: "Garden Design", href: "#services" }, - { label: "Landscape Maintenance", href: "#services" }, + { label: "", href: "#services" }, { label: "Hardscape Installation", href: "#services" }, { label: "Seasonal Care", href: "#services" } ]