From d0ca2328a31e46c80a198a5fe116309239bb8794 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:38:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9a887..18fbeb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,76 +32,47 @@ export default function LandingPage() {
@@ -114,7 +85,7 @@ export default function LandingPage() { description="B&R Lawn Maintenance LLC is a local lawn care company serving Rome, GA and surrounding areas. We focus on providing reliable service, fair pricing, and quality results for every property we work on." subdescription="With a 4.9-star rating, we show up on time, communicate clearly, and get the job done right, every single time." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg" mediaAnimation="slide-up" imageAlt="Local lawn service professional working" /> @@ -127,79 +98,52 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Lawn Mowing & Maintenance", - description: "Keep your lawn clean, even, and healthy with routine, professional mowing and edging services.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/tilling-machine_1063-92.jpg", - imageAlt: "Lawn mowing service lines close up", - }, + title: "Lawn Mowing & Maintenance", description: "Keep your lawn clean, even, and healthy with routine, professional mowing and edging services.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/tilling-machine_1063-92.jpg", imageAlt: "Lawn mowing service lines close up"}, items: [ { icon: CheckCircle, - text: "Consistent scheduling", - }, + text: "Consistent scheduling"}, { icon: CheckCircle, - text: "Clean edge trimming", - }, + text: "Clean edge trimming"}, { icon: CheckCircle, - text: "Uniform cut heights", - }, + text: "Uniform cut heights"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg?_wi=2", - imageAlt: "lawn mowing service lines close up", }, { - title: "Yard Cleanups & Leaf Removal", - description: "Transform neglected yards and clear away seasonal debris, keeping your property clear and manageable.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", - imageAlt: "Yard cleanup debris removal service", - }, + title: "Yard Cleanups & Leaf Removal", description: "Transform neglected yards and clear away seasonal debris, keeping your property clear and manageable.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", imageAlt: "Yard cleanup debris removal service"}, items: [ { icon: CheckCircle, - text: "Debris hauling", - }, + text: "Debris hauling"}, { icon: CheckCircle, - text: "Leaf removal", - }, + text: "Leaf removal"}, { icon: CheckCircle, - text: "Overgrowth clearing", - }, + text: "Overgrowth clearing"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg?_wi=2", - imageAlt: "lawn mowing service lines close up", }, { - title: "Mulching & Pine Straw", - description: "Refresh your landscape with high-quality mulch or pine straw installation for maximum curb appeal.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60869.jpg", - imageAlt: "Mulching landscape bed fresh brown", - }, + title: "Mulching & Pine Straw", description: "Refresh your landscape with high-quality mulch or pine straw installation for maximum curb appeal.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60869.jpg", imageAlt: "Mulching landscape bed fresh brown"}, items: [ { icon: CheckCircle, - text: "Weed growth suppression", - }, + text: "Weed growth suppression"}, { icon: CheckCircle, - text: "Moisture retention", - }, + text: "Moisture retention"}, { icon: CheckCircle, - text: "Professional installation", - }, + text: "Professional installation"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg?_wi=1", - imageAlt: "lawn mowing service lines close up", }, ]} title="Our Professional Services" @@ -214,20 +158,11 @@ export default function LandingPage() { tag="Our Stats" metrics={[ { - id: "m1", - value: "4.9", - description: "Google Star Rating", - }, + id: "m1", value: "4.9", description: "Google Star Rating"}, { - id: "m2", - value: "7", - description: "Days A Week Service", - }, + id: "m2", value: "7", description: "Days A Week Service"}, { - id: "m3", - value: "100%", - description: "Professional Commitment", - }, + id: "m3", value: "100%", description: "Professional Commitment"}, ]} /> @@ -239,40 +174,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - testimonial: "Very prompt response, great price, & excellent work.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Very prompt response, great price, & excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg"}, { - id: "2", - name: "Michael R.", - role: "Homeowner", - testimonial: "Excellent service with an excellent price point!", - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg", - }, + id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Excellent service with an excellent price point!", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30883.jpg"}, { - id: "3", - name: "Emily D.", - role: "Homeowner", - testimonial: "I would highly recommend them for lawn service!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg", - }, + id: "3", name: "Emily D.", role: "Homeowner", testimonial: "I would highly recommend them for lawn service!", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27426.jpg"}, { - id: "4", - name: "David K.", - role: "Homeowner", - testimonial: "Always on time, polite, and they do a fantastic job.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", - }, + id: "4", name: "David K.", role: "Homeowner", testimonial: "Always on time, polite, and they do a fantastic job.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"}, { - id: "5", - name: "Jessica B.", - role: "Homeowner", - testimonial: "My yard has never looked better since I hired B&R.", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg", - }, + id: "5", name: "Jessica B.", role: "Homeowner", testimonial: "My yard has never looked better since I hired B&R.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg"}, ]} title="What Our Neighbors Say" description="Real feedback from Rome, GA homeowners who trust us with their yards." @@ -285,25 +195,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "What areas do you serve?", - content: "We proudly serve Rome, GA and surrounding communities.", - }, + id: "f1", title: "What areas do you serve?", content: "We proudly serve Rome, GA and surrounding communities."}, { - id: "f2", - title: "Are you licensed and insured?", - content: "Yes, we are a professional lawn maintenance company committed to quality and safety.", - }, + id: "f2", title: "Are you licensed and insured?", content: "Yes, we are a professional lawn maintenance company committed to quality and safety."}, { - id: "f3", - title: "How do I request a quote?", - content: "You can call us directly or use our online form on this site to request a free, no-obligation quote.", - }, + id: "f3", title: "How do I request a quote?", content: "You can call us directly or use our online form on this site to request a free, no-obligation quote."}, { - id: "f4", - title: "Do you offer recurring service?", - content: "Absolutely. We provide both one-time yard cleanups and recurring lawn maintenance schedules.", - }, + id: "f4", title: "Do you offer recurring service?", content: "Absolutely. We provide both one-time yard cleanups and recurring lawn maintenance schedules."}, ]} title="Frequently Asked Questions" description="Common questions about our lawn care and yard maintenance services." @@ -315,20 +213,15 @@ export default function LandingPage() { @@ -337,46 +230,29 @@ export default function LandingPage() {