From 2f427ec389cd82e7503c0c458df2781eae026a6a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 142 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c5496f..95bc596 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,46 +30,31 @@ export default function LandingPage() {
@@ -146,45 +107,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Great Results", - quote: "My lawn has never looked better. Highly recommend the Ryan Brothers team!", - name: "Sarah Miller", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-feeling-carefree-walking-green-park-playing-ukulele-singing-along_1258-200627.jpg?_wi=1", - }, + id: "t1", title: "Great Results", quote: "My lawn has never looked better. Highly recommend the Ryan Brothers team!", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-feeling-carefree-walking-green-park-playing-ukulele-singing-along_1258-200627.jpg"}, { - id: "t2", - title: "Very Reliable", - quote: "They show up on time every time. Efficient and very professional.", - name: "David Thompson", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-massage-his-man_23-2148231869.jpg", - }, + id: "t2", title: "Very Reliable", quote: "They show up on time every time. Efficient and very professional.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-massage-his-man_23-2148231869.jpg"}, { - id: "t3", - title: "Excellent Service", - quote: "Attention to detail is unmatched. My yard is finally usable again.", - name: "Emily Johnson", - role: "HOA Member", - imageSrc: "http://img.b2bpic.net/free-photo/boy-taking-pictures-his-sister_23-2147636705.jpg", - }, + id: "t3", title: "Excellent Service", quote: "Attention to detail is unmatched. My yard is finally usable again.", name: "Emily Johnson", role: "HOA Member", imageSrc: "http://img.b2bpic.net/free-photo/boy-taking-pictures-his-sister_23-2147636705.jpg"}, { - id: "t4", - title: "Highly Professional", - quote: "They treated my property with care. I love the recurring schedule.", - name: "Mark Stevens", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg", - }, + id: "t4", title: "Highly Professional", quote: "They treated my property with care. I love the recurring schedule.", name: "Mark Stevens", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg"}, { - id: "t5", - title: "Best in the Valley", - quote: "A truly professional team that goes above and beyond every week.", - name: "Jessica Reed", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-feeling-carefree-walking-green-park-playing-ukulele-singing-along_1258-200627.jpg?_wi=2", - }, + id: "t5", title: "Best in the Valley", quote: "A truly professional team that goes above and beyond every week.", name: "Jessica Reed", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-feeling-carefree-walking-green-park-playing-ukulele-singing-along_1258-200627.jpg"}, ]} title="What Clients Say" description="Why 50+ local East Valley homeowners trust us with their yards." @@ -197,27 +128,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "What areas do you serve?", - content: "We proudly serve the entire East Valley including Mesa, Chandler, Gilbert, Queen Creek, and Tempe.", - }, + id: "f1", title: "What areas do you serve?", content: "We proudly serve the entire East Valley including Mesa, Chandler, Gilbert, Queen Creek, and Tempe."}, { - id: "f2", - title: "Do you offer recurring plans?", - content: "Yes, we focus on long-term relationships and offer consistent weekly and bi-weekly maintenance.", - }, + id: "f2", title: "Do you offer recurring plans?", content: "Yes, we focus on long-term relationships and offer consistent weekly and bi-weekly maintenance."}, { - id: "f3", - title: "How do I get a quote?", - content: "Simply reach out via our contact form or call us directly to get a free, no-obligation quote.", - }, + id: "f3", title: "How do I get a quote?", content: "Simply reach out via our contact form or call us directly to get a free, no-obligation quote."}, ]} ctaTitle="Ready for a perfect lawn?" ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best." ctaButton={{ - text: "Request a Free Quote", - href: "mailto:info@ryanbrothers.com", - }} + text: "Request a Free Quote", href: "mailto:info@ryanbrothers.com"}} ctaIcon={Phone} />
@@ -229,14 +149,10 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} />