From b071e3136f6efa18f53346e89ce2fdc480a33ea3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 13:56:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc2b222..d79f462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,52 +31,35 @@ export default function LandingPage() {
@@ -235,23 +132,14 @@ export default function LandingPage() { tag="Seamless Service" metrics={[ { - id: "step-1", - value: "Step 1", - description: "Call us or submit a quote request online. Our team is available 24/7 for emergencies or scheduled work.", - imageSrc: "http://img.b2bpic.net/free-vector/call-center-design-concept-set_98292-772.jpg", + id: "step-1", value: "Step 1", description: "Call us or submit a quote request online. Our team is available 24/7 for emergencies or scheduled work." }, { - id: "step-2", - value: "Step 2", - description: "Receive expert advice and schedule a visit at your convenience. We provide transparent recommendations.", - imageSrc: "http://img.b2bpic.net/free-vector/schedule-background-design_1300-254.jpg", + id: "step-2", value: "Step 2", description: "Receive expert advice and schedule a visit at your convenience. We provide transparent recommendations." }, { - id: "step-3", - value: "Step 3", - description: "Our professionals complete the work safely and efficiently, ensuring high-quality, reliable results.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-giving-touchpad-senior-customer-sing-home-delivery_637285-2319.jpg", - }, + id: "step-3", value: "Step 3", description: "Our professionals complete the work safely and efficiently, ensuring high-quality, reliable results." + } ]} metricsAnimation="slide-up" /> @@ -262,17 +150,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Central City", - "Eastside Borough", - "Westwood Village", - "Northpoint District", - "Southgate Estates", - "Riverside Community", - "Industrial Park", - "Downtown Hub", - "Suburbia Heights", - "Greenwood Township", - ]} + "Central City", "Eastside Borough", "Westwood Village", "Northpoint District", "Southgate Estates", "Riverside Community", "Industrial Park", "Downtown Hub", "Suburbia Heights", "Greenwood Township"]} title="Serving Local Homes & Businesses" description="We proudly serve residential and commercial clients across our local service area, providing prompt and reliable electrical and heating solutions." speed={60} @@ -287,39 +165,20 @@ export default function LandingPage() { description="Available 24 hours for emergencies and scheduled work. Request your free quote now and experience trusted local service." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - }, + name: "email", type: "email", placeholder: "Email Address"}, ]} multiSelect={{ - name: "service", - label: "Service Required", - options: [ - "Emergency Electrician", - "Domestic Electrical Services", - "Commercial Electrical Services", - "Heating Services", - "Fault Finding", - "Other", - ], + name: "service", label: "Service Required", options: [ + "Emergency Electrician", "Domestic Electrical Services", "Commercial Electrical Services", "Heating Services", "Fault Finding", "Other"], }} textarea={{ - name: "message", - placeholder: "Tell us about your needs...", - rows: 4, + name: "message", placeholder: "Tell us about your needs...", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/young-pleased-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-gestures-three-isolated-white-background-with-copy-space_141793-65534.jpg" imageAlt="Electrician on a call with a client, ready to provide service." @@ -333,13 +192,9 @@ export default function LandingPage() {