From 5e09cfb72842125d2da7808c646a6009c67111e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:52:46 +0000 Subject: [PATCH 1/3] Update src/app/bookings/page.tsx --- src/app/bookings/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/bookings/page.tsx b/src/app/bookings/page.tsx index 1baed33..2be5aec 100644 --- a/src/app/bookings/page.tsx +++ b/src/app/bookings/page.tsx @@ -36,6 +36,7 @@ export default function BookingsPage() { description="Fill out the form below and we'll reach out to schedule your service session." background={{ variant: "gradient-bars" }} buttonText="Send Request" + useInvertedBackground={true} /> ); -} +} \ No newline at end of file -- 2.49.1 From dc32d695189e4a2ef07af49c50d4c854e3c45205 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:52:47 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5bcb0d..980443d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Mail, Phone, MapPin } from "lucide-react"; +import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -55,7 +55,6 @@ export default function LandingPage() { -- 2.49.1 From 74b3d5ff078b60a1b63ce9929fb1a724805837ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:52:47 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 99afafb..9d39f4f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -34,6 +34,8 @@ export default function ServicesPage() { animationType="slide-up" title="Garden Maintenance Services" description="We offer comprehensive landscaping services to keep your property vibrant." + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "1", label: "Lawn Care", title: "Full Lawn Maintenance", items: ["Mowing", "Edging", "Fertilization", "Weed Control"] }, { id: "2", label: "Landscaping", title: "Garden Transformation", items: ["Design", "Planting", "Hardscaping", "Mulching"] }, @@ -50,4 +52,4 @@ export default function ServicesPage() { ); -} +} \ No newline at end of file -- 2.49.1