From 9fc06bc92c02c5c05600172b1c7d19b724411276 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:04:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 335 ++++++----------------------------------------- 1 file changed, 42 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a0d94..d4c94be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -247,62 +112,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alice T.", - role: "Homeowner", - company: "Fort Worth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-pressing-touchscreen-button_93675-133103.jpg", - }, - { - id: "t2", - name: "Bob R.", - role: "Homeowner", - company: "Fort Worth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg", - }, - { - id: "t3", - name: "Carla S.", - role: "Homeowner", - company: "Fort Worth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", - }, - { - id: "t4", - name: "David W.", - role: "Homeowner", - company: "Fort Worth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-looking-camera_23-2148231928.jpg", - }, - { - id: "t5", - name: "Emma L.", - role: "Homeowner", - company: "Fort Worth", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098350.jpg?_wi=2", - }, + id: "t1", name: "Jeremy DeMitchell", role: "Homeowner", company: "Fort Worth", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg"}, ]} kpiItems={[ - { - value: "98%", - label: "Retention Rate", - }, - { - value: "24h", - label: "Response Time", - }, - { - value: "100%", - label: "On-Time Service", - }, + { value: "98%", label: "Retention Rate" }, + { value: "Reliable", label: "Service History" }, + { value: "Clean", label: "Finished Sites" }, ]} title="Hear From Our Community" - description="Check out what our neighbors are saying about Epic Lawn Service." + description="See why neighbors trust us to manage their most challenging lawns." /> @@ -311,34 +130,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Do you serve areas outside Fort Worth?", - content: "Currently, we focus on Fort Worth to ensure timely service.", - }, - { - id: "q2", - title: "What payment methods do you accept?", - content: "We accept all major credit cards and digital payments.", - }, - { - id: "q3", - title: "How often should I have my lawn mowed?", - content: "Depending on the season, usually every 1-2 weeks.", - }, - { - id: "q4", - title: "Do I need to be home for service?", - content: "No, as long as we have gate access, we can manage your lawn.", - }, - { - id: "q5", - title: "Are your services eco-friendly?", - content: "We prioritize organic and sustainable practices for lawn health.", - }, + { id: "q1", title: "Can you handle overgrown bushes and weeds?", content: "Yes, that is our specialty! We have the tools to clear even the most neglected properties." }, + { id: "q2", title: "Do you leave the property clean after service?", content: "Absolutely. Cleanliness is a cornerstone of our service protocol." }, + { id: "q3", title: "Are you reliable with scheduling?", content: "We pride ourselves on punctuality and consistent service visits." }, ]} title="Frequently Asked Questions" - description="Have questions about your lawn? We've got answers." + description="Everything you need to know about our professional lawn care." faqsAnimation="blur-reveal" /> @@ -347,33 +144,13 @@ export default function LandingPage() { @@ -382,36 +159,8 @@ export default function LandingPage() { -- 2.49.1