From 0f03037196917397e7578d1d395879ccfb40a4c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 00:02:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 ++++++++++------------------------------------- 1 file changed, 27 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd070c6..82c77e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -140,20 +101,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "32+", - description: "Verified Google Reviews", - }, + id: "m1", value: "32+", description: "Verified Google Reviews"}, { - id: "m2", - value: "5.0", - description: "Average Rating", - }, + id: "m2", value: "5.0", description: "Average Rating"}, { - id: "m3", - value: "100%", - description: "Customer Satisfaction", - }, + id: "m3", value: "100%", description: "Customer Satisfaction"}, ]} title="Results You Can Trust" description="Providing consistent excellence for homeowners in Magnolia, TX." @@ -165,30 +117,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Claire Garcia", - imageSrc: "http://img.b2bpic.net/free-photo/gardeners-having-fun-with-wheelbarrow_23-2147768524.jpg", - }, + id: "1", name: "Claire Garcia", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-having-fun-with-wheelbarrow_23-2147768524.jpg"}, { - id: "2", - name: "Nancy Kiyokawa", - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg", - }, + id: "2", name: "Nancy Kiyokawa", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg"}, { - id: "3", - name: "Brittany Butler", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg", - }, + id: "3", name: "Brittany Butler", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-time-together-restaurant_23-2147891189.jpg"}, { - id: "4", - name: "Michael S.", - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139741.jpg", - }, + id: "4", name: "Michael S.", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139741.jpg"}, { - id: "5", - name: "Jessica R.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg", - }, + id: "5", name: "Jessica R.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg"}, ]} cardTitle="What our clients say" cardTag="Reviews" @@ -202,20 +139,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What areas do you serve?", - content: "We primarily serve Magnolia, TX and the surrounding residential communities.", - }, + id: "q1", title: "What areas do you serve?", content: "We primarily serve Magnolia, TX and the surrounding residential communities."}, { - id: "q2", - title: "Do you offer free estimates?", - content: "Yes, we are happy to provide personal quotes for your yard projects.", - }, + id: "q2", title: "Do you offer free estimates?", content: "Yes, we are happy to provide personal quotes for your yard projects."}, { - id: "q3", - title: "How quickly can you start?", - content: "We are efficient and pride ourselves on prompt, reliable scheduling. Contact us today to discuss your timeline.", - }, + id: "q3", title: "How quickly can you start?", content: "We are efficient and pride ourselves on prompt, reliable scheduling. Contact us today to discuss your timeline."}, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -230,22 +158,14 @@ export default function LandingPage() { description="Reach out to EGM Landscaping today for a professional, reliable, and friendly experience." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - rows: 4, + name: "message", placeholder: "How can we help you?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905228.jpg" @@ -260,14 +180,10 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} /> -- 2.49.1