From 1d84347b0bb535f0a9760e7f003869e50256627b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:18:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 342c14b..4e1815f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandscapingPage() {
@@ -186,26 +137,11 @@ export default function LandscapingPage() { animationType="slide-up" members={[ { - id: "1", - name: "James Carter", - role: "Lead Designer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", - imageAlt: "James Carter", - }, + id: "1", name: "James Carter", role: "Lead Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg", imageAlt: "James Carter"}, { - id: "2", - name: "Maria Silva", - role: "Horticulturist", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg", - imageAlt: "Maria Silva", - }, + id: "2", name: "Maria Silva", role: "Horticulturist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg", imageAlt: "Maria Silva"}, { - id: "3", - name: "Ryan Mitchell", - role: "Project Manager", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg", - imageAlt: "Ryan Mitchell", - }, + id: "3", name: "Ryan Mitchell", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg", imageAlt: "Ryan Mitchell"}, ]} /> @@ -214,36 +150,20 @@ export default function LandscapingPage() { @@ -258,35 +178,17 @@ export default function LandscapingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How long does a typical landscaping project take?", - content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation so you know exactly what to expect.", - }, + id: "1", title: "How long does a typical landscaping project take?", content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation so you know exactly what to expect."}, { - id: "2", - title: "Do you offer free consultations?", - content: "Yes! We offer complimentary on-site consultations where we assess your property, discuss your vision, and provide a detailed estimate — no obligation.", - }, + id: "2", title: "Do you offer free consultations?", content: "Yes! We offer complimentary on-site consultations where we assess your property, discuss your vision, and provide a detailed estimate — no obligation."}, { - id: "3", - title: "What areas do you serve?", - content: "We serve the greater metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm service availability in your location.", - }, + id: "3", title: "What areas do you serve?", content: "We serve the greater metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm service availability in your location."}, { - id: "4", - title: "Do you provide ongoing maintenance?", - content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans that include mowing, trimming, fertilization, and seasonal cleanups.", - }, + id: "4", title: "Do you provide ongoing maintenance?", content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans that include mowing, trimming, fertilization, and seasonal cleanups."}, { - id: "5", - title: "Are your practices eco-friendly?", - content: "Yes, sustainability is core to our approach. We use native plants, organic fertilizers, smart irrigation, and environmentally responsible methods whenever possible.", - }, + id: "5", title: "Are your practices eco-friendly?", content: "Yes, sustainability is core to our approach. We use native plants, organic fertilizers, smart irrigation, and environmentally responsible methods whenever possible."}, { - id: "6", - title: "Do you handle permits and HOA approvals?", - content: "We handle all necessary permits and can work directly with your HOA to ensure your project meets community guidelines and gets approved smoothly.", - }, + id: "6", title: "Do you handle permits and HOA approvals?", content: "We handle all necessary permits and can work directly with your HOA to ensure your project meets community guidelines and gets approved smoothly."}, ]} /> @@ -319,9 +221,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 +231,7 @@ export default function LandscapingPage() {
); -} +} \ No newline at end of file -- 2.49.1