From 6ba712ae08114146b2328627540e817ddc686cf6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:44:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd1295..b727618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { ]} marqueeItems={[ { - type: "text", text: "24/7 Emergency Support"}, + type: "text", text: "20+ Years Experience"}, { type: "text", text: "Licensed & Insured"}, { @@ -110,11 +110,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Leak Repair", description: "From dripping faucets to hidden pipe leaks, we fix it fast.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Leak repair"}, + title: "Remodels", description: "Modernize your space with expert plumbing upgrades and renovations.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-with-modern-bathroom_23-2148425717.jpg", imageAlt: "Bathroom remodel"}, { - title: "Drain Cleaning", description: "Clogged drains cleared professionally to keep them flowing.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Drain cleaning"}, + title: "New Construction", description: "Full plumbing infrastructure design and installation for new builds.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-modern-house_23-2148866651.jpg", imageAlt: "New construction"}, { - title: "Water Heaters", description: "Repair or install tank and tankless water heating systems.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "Water heaters"}, + title: "Service & Repair", description: "Reliable maintenance and fast repairs for all home plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Plumbing service"}, + { + title: "Commercial Plumbing", description: "Professional solutions for offices, shops, and large facilities.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-interior_1122-1234.jpg", imageAlt: "Commercial plumbing"}, ]} title="Plumbing Services We Offer" description="Professional solutions for your plumbing needs, big or small." @@ -125,10 +127,10 @@ export default function LandingPage() {