From 3970fc41995e6f84ae4cd5cd23d99ae285ae3f3e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 01:45:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 116 +++++++++++++++++++++++++++++++---------------- 1 file changed, 76 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 769a27b..26e669c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,10 +34,11 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]} button={{ - text: "Call Now: (402) 383-1633", href: "tel:+14023831633"}} + text: "Call Now: (402) 383-1633", href: "tel:+14023831633" + }} animateOnLoad={true} /> @@ -49,25 +50,34 @@ export default function HomePage() { tag="Emergency Plumbing Available" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ + variant: "radial-gradient" + }} buttons={[ { - text: "Call Now: (402) 383-1633", href: "tel:+14023831633"}, + text: "Call Now: (402) 383-1633", href: "tel:+14023831633" + }, { - text: "Request Service", href: "/contact"}, + text: "Request Service", href: "/contact" + }, ]} buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional plumber working on pipes"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional plumber working on pipes" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg", imageAlt: "Emergency plumbing repair in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg", imageAlt: "Emergency plumbing repair in progress" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Water heater installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Water heater installation service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "Drain cleaning equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "Drain cleaning equipment" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Leak repair services"}, + imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Leak repair services" + }, ]} mediaAnimation="slide-up" /> @@ -112,21 +122,28 @@ export default function HomePage() { mediaAnimation="slide-up" accordionItems={[ { - id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly."}, + id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly." + }, { - id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage."}, + id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage." + }, { - id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers."}, + id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers." + }, { - id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters."}, + id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters." + }, { - id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee."}, + id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee." + }, { - id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations."}, + id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations." + }, ]} buttons={[ { - text: "View All Services", href: "/services"}, + text: "View All Services", href: "/services" + }, ]} buttonAnimation="slide-up" useInvertedBackground={true} @@ -138,12 +155,15 @@ export default function HomePage() {