diff --git a/src/app/page.tsx b/src/app/page.tsx index 5aa7484..796a0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,77 +47,48 @@ export default function LandingPage() {
@@ -139,40 +100,11 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Homeowner", - testimonial: "Reliable and consistent. My lawn has never looked better.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-with-blonde-hair-look-away_197531-33995.jpg", - }, + id: "t1", name: "Customer", role: "Local Property Owner", testimonial: "Absolute transformation! The lawn looks incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0k9qF3NQcF1hzg6apdXTx2aU5/uploaded-1777426515225-pw8wpage.png"}, { - id: "t2", - name: "John Doe", - role: "Resident", - testimonial: "The best lawn service in White House by far.", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg", - }, + id: "t2", name: "Customer", role: "Local Property Owner", testimonial: "Professional and reliable every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0k9qF3NQcF1hzg6apdXTx2aU5/uploaded-1777426515225-pw8wpage.png"}, { - id: "t3", - name: "Jane Smith", - role: "Client", - testimonial: "Excellent service and always on time.", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261262.jpg", - }, - { - id: "t4", - name: "Mike Brown", - role: "Customer", - testimonial: "Very professional and friendly team.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg", - }, - { - id: "t5", - name: "Emily White", - role: "Resident", - testimonial: "Love the automatic billing feature.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-garden_23-2150771019.jpg", - }, + id: "t3", name: "Customer", role: "Local Property Owner", testimonial: "Best lawn service in the area, hands down.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0k9qF3NQcF1hzg6apdXTx2aU5/uploaded-1777426515225-pw8wpage.png"}, ]} title="Trusted by Local Families" description="Hear what our neighbors in White House think of our work." @@ -189,25 +121,13 @@ export default function LandingPage() { description="Local expertise combined with professional service standards." metrics={[ { - id: "m1", - value: "100%", - title: "Customer Satisfaction", - description: "We guarantee our results.", - icon: ShieldCheck, + id: "m1", value: "100%", title: "Customer Satisfaction", description: "We guarantee our results.", icon: ShieldCheck, }, { - id: "m2", - value: "10+", - title: "Years of Experience", - description: "Proven local track record.", - icon: Calendar, + id: "m2", value: "10+", title: "Years of Experience", description: "Proven local track record.", icon: Calendar, }, { - id: "m3", - value: "20+", - title: "Daily Routes", - description: "Efficient and reliable service.", - icon: Truck, + id: "m3", value: "20+", title: "Daily Routes", description: "Efficient and reliable service.", icon: Truck, }, ]} /> @@ -219,9 +139,7 @@ export default function LandingPage() { title="Ready for a perfect lawn?" buttons={[ { - text: "Contact Us", - href: "/contact", - }, + text: "Contact Us", href: "/contact"}, ]} /> @@ -233,12 +151,7 @@ export default function LandingPage() { title="Proudly Serving" description="Our service areas in Tennessee." names={[ - "White House", - "Greenbrier", - "Goodlettsville", - "Hendersonville", - "Millersville", - ]} + "White House", "Greenbrier", "Goodlettsville", "Hendersonville", "Millersville"]} /> @@ -251,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file