From 58533f2746bd56160c6cde758ffb79ea4066a7e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 22:06:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 201 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82dedcd..407151d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa 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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -36,7 +35,7 @@ export default function LandscapingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Team", id: "team" }, - { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Call Now", href: "#contact" }} @@ -60,21 +59,11 @@ export default function LandscapingPage() { textPosition="top" 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.", - }, + 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."}, { - 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.", - }, + 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."}, ]} /> @@ -106,144 +95,48 @@ export default function LandscapingPage() { imageContainerClassName="!rotate-0 !aspect-square" features={[ { - tag: "Design", - title: "Landscape Design", - subtitle: "Custom Plans", - description: "We create tailored landscape designs that complement your property's architecture and your personal style.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg", - imageAlt: "Landscape design", - }, + tag: "Design", title: "Landscape Design", subtitle: "Custom Plans", description: "We create tailored landscape designs that complement your property's architecture and your personal style.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg", imageAlt: "Landscape design"}, { - tag: "Installation", - title: "Hardscape & Softscape", - subtitle: "Full Installation", - description: "From patios and walkways to gardens and trees, we handle the complete installation process.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg", - imageAlt: "Hardscape installation", - }, + tag: "Installation", title: "Hardscape & Softscape", subtitle: "Full Installation", description: "From patios and walkways to gardens and trees, we handle the complete installation process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg", imageAlt: "Hardscape installation"}, { - tag: "Maintenance", - title: "Lawn & Garden Care", - subtitle: "Ongoing Service", - description: "Keep your property looking pristine year-round with our professional maintenance plans.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg", - imageAlt: "Lawn maintenance", - }, + tag: "Maintenance", title: "Lawn & Garden Care", subtitle: "Ongoing Service", description: "Keep your property looking pristine year-round with our professional maintenance plans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg", imageAlt: "Lawn maintenance"}, { - tag: "Irrigation", - title: "Smart Irrigation", - subtitle: "Water Management", - description: "Efficient irrigation systems that keep your landscape healthy while conserving water.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg", - imageAlt: "Irrigation system", - }, + tag: "Irrigation", title: "Smart Irrigation", subtitle: "Water Management", description: "Efficient irrigation systems that keep your landscape healthy while conserving water.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg", imageAlt: "Irrigation system"}, ]} />
-
- -
-
@@ -251,42 +144,24 @@ export default function LandscapingPage() {
@@ -319,9 +194,7 @@ export default function LandscapingPage() { { name: "phone", type: "tel", placeholder: "Phone Number" }, ]} multiSelect={{ - name: "service", - label: "Select a Service", - options: ["Landscape Design", "Hardscape & Softscape", "Lawn & Garden Care", "Smart Irrigation"], + name: "service", label: "Select a Service", options: ["Landscape Design", "Hardscape & Softscape", "Lawn & Garden Care", "Smart Irrigation"], }} textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }} /> @@ -331,8 +204,7 @@ export default function LandscapingPage() { Date: Thu, 16 Apr 2026 22:06:52 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e219f9..03bccbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f9f4; - --card: #ffffff; - --foreground: #1a2e1a; - --primary-cta: #2d5a27; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #06446c; + --primary-cta: #06446c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #67b31b; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #67b31b; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1