From 7e7c128b3136b6db15aa7cc3e3954afb47697338 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:06:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 +++++++++-------------------------------------- 1 file changed, 41 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4b5b89..4b23ac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -235,16 +131,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "City Chamber", - "Local Realtor Assoc", - "Town Property Trust", - "Downtown Business Guild", - "Neighborhood Watch", - "Green Community Fund", - "Local Cafe Network", - ]} - title="Community Partners" - description="Proudly supporting local businesses and organizations." + "Andrea Rice", "Brad", "Darling Dollz", "Tracy", "Sherry Hescott", "City Chamber", "Local Realtor Assoc", "Town Property Trust"]} + title="Trusted by Neighbors" + description="Building local trust, one home at a time." /> @@ -253,21 +142,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you offer emergency service?", - content: "Yes, we are available 24/7 for urgent plumbing needs.", - }, - { - id: "f2", - title: "Are your plumbers licensed?", - content: "Absolutely, all technicians are fully licensed and insured.", - }, - { - id: "f3", - title: "How do I get an estimate?", - content: "Simply call our emergency line or fill out the contact form below.", - }, + { id: "f1", title: "Do you offer emergency service?", content: "Yes, we are available 24/7 for urgent plumbing needs." }, + { id: "f2", title: "Are your plumbers licensed?", content: "Absolutely, all technicians are fully licensed and insured." }, + { id: "f3", title: "How do I get an estimate?", content: "Simply call our emergency line or fill out the contact form below." }, ]} title="Common Questions" description="We're here to make plumbing simple." @@ -281,22 +158,10 @@ export default function LandingPage() { title="Ready for Help?" description="Reach out today and we will respond immediately." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "phone", type: "tel", placeholder: "Your Phone Number" }, ]} - textarea={{ - name: "message", - placeholder: "Please describe your issue", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Please describe your issue", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/bearded-man-overall-talking-by-phone_23-2148073113.jpg" /> @@ -305,29 +170,15 @@ export default function LandingPage() {