From 327eb1dabb8b7c429c8b5ec9975c0516264fac4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 06:03:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 941f3c8..f821068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,51 +47,28 @@ export default function LandingPage() {
@@ -111,23 +80,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Lawn Maintenance", - description: "Regular mowing, edging, and fertilization to keep your lawn thick and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg", - imageAlt: "Lawn maintenance service", - }, + title: "Lawn Maintenance", description: "Regular mowing, edging, and fertilization to keep your lawn thick and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg", imageAlt: "Lawn maintenance service"}, { - title: "Landscaping Design", - description: "Custom designs, plant selection, and full installation for your perfect garden.", - imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409979.jpg", - imageAlt: "Landscape design installation", - }, + title: "Landscaping Design", description: "Custom designs, plant selection, and full installation for your perfect garden.", imageSrc: "http://img.b2bpic.net/free-photo/planting-trees-as-part-reforestation-process_23-2149409979.jpg", imageAlt: "Landscape design installation"}, { - title: "Tree Care", - description: "Expert tree trimming, pruning, and removal services for property safety and health.", - imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg", - imageAlt: "Tree trimming service", - }, + title: "Tree Care", description: "Expert tree trimming, pruning, and removal services for property safety and health.", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg", imageAlt: "Tree trimming service"}, ]} title="Our Professional Services" description="We offer a full range of landscaping solutions to keep your property looking its best year-round." @@ -141,31 +98,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "4.9/5", - title: "Rating", - items: [ - "Based on 88+ reviews", - "Industry leading satisfaction", - ], + id: "m1", value: "4.9/5", title: "Rating", items: [ + "Based on 88+ reviews", "Industry leading satisfaction"], }, { - id: "m2", - value: "100%", - title: "Reliable", - items: [ - "Always on-time", - "Licensed & insured crew", - ], + id: "m2", value: "100%", title: "Reliable", items: [ + "Always on-time", "Licensed & insured crew"], }, { - id: "m3", - value: "Local", - title: "Expertise", - items: [ - "Homestead specialists", - "Proven track record", - ], + id: "m3", value: "Local", title: "Expertise", items: [ + "Homestead specialists", "Proven track record"], }, ]} title="Why Choose Us?" @@ -176,51 +118,22 @@ export default function LandingPage() { @@ -297,20 +180,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer free quotes?", - content: "Yes! Contact us today to request a free estimate for your project.", - }, + id: "f1", title: "Do you offer free quotes?", content: "Yes! Contact us today to request a free estimate for your project."}, { - id: "f2", - title: "Are you licensed and insured?", - content: "Absolutely. We are fully licensed and insured for your peace of mind.", - }, + id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed and insured for your peace of mind."}, { - id: "f3", - title: "What areas do you serve?", - content: "We primarily serve Homestead, FL and the surrounding community.", - }, + id: "f3", title: "What areas do you serve?", content: "We primarily serve Homestead, FL and the surrounding community."}, ]} title="Common Questions" description="Here are answers to some of our most frequently asked questions." @@ -322,8 +196,7 @@ export default function LandingPage() {