From 2915edfd909072b0c7665e3ad40e1b7b6df29780 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:29:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4036f6d..3417137 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,64 +44,39 @@ export default function LandingPage() {
@@ -120,74 +87,40 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sewer Line Cleaning", - description: "Complete blockage removal using professional-grade snaking and hydro-jetting.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", - imageAlt: "Sewer cleaning", - }, + title: "Sewer Line Cleaning", description: "Complete blockage removal using professional-grade snaking and hydro-jetting.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "Sewer cleaning"}, { - title: "Video Camera Inspection", - description: "State-of-the-art diagnostics to pinpoint exact issues.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2", - imageAlt: "Video camera inspection", - }, + title: "Video Camera Inspection", description: "State-of-the-art diagnostics to pinpoint exact issues.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2", imageAlt: "Video camera inspection"}, { - title: "Emergency Response", - description: "Burst pipes and backups handled 24/7.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", - imageAlt: "Emergency repair", - }, + title: "Emergency Response", description: "Burst pipes and backups handled 24/7, every day of the year.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Emergency repair"}, { - title: "Drain Repair", - description: "Permanent solutions for recurring clogs.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", - imageAlt: "Drain repair", - }, + title: "Drain Repair", description: "Permanent solutions for recurring clogs.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", imageAlt: "Drain repair"}, { - title: "Mainline Excavation", - description: "Heavy-duty solutions for damaged underground lines.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", - imageAlt: "Mainline excavation", - }, + title: "Mainline Excavation", description: "Heavy-duty solutions for damaged underground lines.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Mainline excavation"}, { - title: "Preventative Maintenance", - description: "Keep your systems clear and flowing.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=6", - imageAlt: "Preventative maintenance", - }, + title: "Preventative Maintenance", description: "Keep your systems clear and flowing with our 14 years of expertise.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=6", imageAlt: "Preventative maintenance"}, ]} title="Expert services for every situation" - description="From routine maintenance to late-night emergencies, Primo handles it all — with the skill to fix problems other plumbers walk away from." + description="From routine maintenance to late-night emergencies, Primo handles it all — with the family-owned dedication and technical skill to fix problems other plumbers walk away from." />
@@ -228,11 +153,10 @@ export default function LandingPage() { @@ -244,29 +168,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Why Primo", - href: "#why", - }, + label: "Why Primo", href: "#why"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Emergency Call", - href: "tel:+1555PRIMO", - }, + label: "24/7 Emergency", href: "tel:+1555PRIMO"}, ], }, ]} @@ -276,4 +190,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1