From ea0f5b767b1afa4e1bc52a324ef2924ede993290 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:58:43 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index efa9a76..fd3f0b5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,6 +44,7 @@ export default function ContactPage() { ]} textarea={{ name: "message", placeholder: "Describe your project", rows: 5, required: true }} buttonText="Submit Request" + useInvertedBackground={false} />
@@ -64,6 +65,8 @@ export default function ContactPage() {
Date: Thu, 23 Apr 2026 20:58:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac5d174..9d2d969 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,12 +6,8 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Leaf, TreePine } from "lucide-react"; @@ -62,10 +58,12 @@ export default function LandscapingPage() { testimonials={[ { name: "Sarah M.", handle: "Homeowner", testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M." + }, { name: "David K.", handle: "Property Manager", testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K." + }, ]} /> @@ -135,6 +133,8 @@ export default function LandscapingPage() {