diff --git a/src/app/page.tsx b/src/app/page.tsx index b7818ef..6f7a229 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,102 +48,59 @@ export default function LandingPage() { @@ -164,20 +113,11 @@ export default function LandingPage() { tag="Proven Expertise" metrics={[ { - id: "m1", - value: "14+", - description: "Years of Dedicated Service", - }, + id: "m1", value: "14+", description: "Years of Dedicated Service"}, { - id: "m2", - value: "5/5", - description: "Average Customer Rating", - }, + id: "m2", value: "5/5", description: "Average Customer Rating"}, { - id: "m3", - value: "100%", - description: "Commitment to Quality", - }, + id: "m3", value: "100%", description: "Commitment to Quality"}, ]} metricsAnimation="slide-up" /> @@ -191,34 +131,22 @@ export default function LandingPage() { features={[ { icon: Wrench, - title: "General Plumbing", - description: "Reliable repair and installation for pipes, toilets, and drains.", - }, + title: "General Plumbing", description: "Reliable repair and installation for pipes, toilets, and drains."}, { icon: Flame, - title: "Heating & HVAC", - description: "Expert furnace and ventilation services for year-round comfort.", - }, + title: "Heating & HVAC", description: "Expert furnace and ventilation services for year-round comfort."}, { icon: Droplets, - title: "Shower & Bath", - description: "Professional removal and installation of shower units and faucets.", - }, + title: "Shower & Bath", description: "Professional removal and installation of shower units and faucets."}, { icon: Flame, - title: "Gas Line Work", - description: "Safe gas line installation and fireplace maintenance.", - }, + title: "Gas Line Work", description: "Safe gas line installation and fireplace maintenance."}, { icon: Droplets, - title: "Emergency Repairs", - description: "Prompt response to urgent plumbing and heating failures.", - }, + title: "Emergency Repairs", description: "Prompt response to urgent plumbing and heating failures."}, { icon: Award, - title: "Quality Craftsmanship", - description: "Guaranteed workmanship you can rely on every time.", - }, + title: "Quality Craftsmanship", description: "Guaranteed workmanship you can rely on every time."}, ]} title="Professional Services" description="Comprehensive solutions for your plumbing and heating needs." @@ -232,40 +160,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Jeff Walberg", - handle: "@localguide", - testimonial: "Fixed an unusual job where others failed.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", - }, + id: "t1", name: "Jeff Walberg", handle: "@localguide", testimonial: "Fixed an unusual job where others failed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg"}, { - id: "t2", - name: "Peggy Nunnally", - handle: "@localguide", - testimonial: "Always prompt and professional for years.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg", - }, + id: "t2", name: "Peggy Nunnally", handle: "@localguide", testimonial: "Always prompt and professional for years.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg"}, { - id: "t3", - name: "Daniel Froese", - handle: "@customer", - testimonial: "Goes above and beyond every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-traveling-discovering-new-places_23-2149124751.jpg", - }, + id: "t3", name: "Daniel Froese", handle: "@customer", testimonial: "Goes above and beyond every single time.", imageSrc: "http://img.b2bpic.net/free-photo/friends-traveling-discovering-new-places_23-2149124751.jpg"}, { - id: "t4", - name: "Mark Weaver", - handle: "@localguide", - testimonial: "Superior work, quick responses.", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-blue-apron-shirt_176474-49624.jpg", - }, + id: "t4", name: "Mark Weaver", handle: "@localguide", testimonial: "Superior work, quick responses.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-blue-apron-shirt_176474-49624.jpg"}, { - id: "t5", - name: "Rhonda Finley", - handle: "@customer", - testimonial: "No unnecessary repairs, honest pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/customer-service-female-employee-with-headset_53876-111344.jpg", - }, + id: "t5", name: "Rhonda Finley", handle: "@customer", testimonial: "No unnecessary repairs, honest pricing.", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-female-employee-with-headset_53876-111344.jpg"}, ]} title="What Our Community Says" description="Honest feedback from long-term customers." @@ -277,20 +180,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you handle emergency plumbing?", - content: "Yes, we prioritize emergency calls to get your home back in working order quickly.", - }, + id: "f1", title: "Do you handle emergency plumbing?", content: "Yes, we prioritize emergency calls to get your home back in working order quickly."}, { - id: "f2", - title: "Do you offer free estimates?", - content: "Please contact us to discuss your specific needs; we pride ourselves on transparent, honest pricing.", - }, + id: "f2", title: "Do you offer free estimates?", content: "Please contact us to discuss your specific needs; we pride ourselves on transparent, honest pricing."}, { - id: "f3", - title: "What areas do you serve?", - content: "We proudly serve our local community and surrounding residential areas.", - }, + id: "f3", title: "What areas do you serve?", content: "We proudly serve our local community and surrounding residential areas."}, ]} sideTitle="Questions?" faqsAnimation="slide-up" @@ -302,14 +196,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Plumbing Maintenance", - "HVAC Installations", - "Gas Line Experts", - "Shower Repair", - "Water Heaters", - "Pipe Systems", - "Expert Technicians", - ]} + "Plumbing Maintenance", "HVAC Installations", "Gas Line Experts", "Shower Repair", "Water Heaters", "Pipe Systems", "Expert Technicians"]} title="Trusted Local Service" description="Proven local expertise you can rely on." /> @@ -318,9 +205,9 @@ export default function LandingPage() {