From 4fe3a14e6e25e244f33c9459a0cb72e2c2c5fcf5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:05:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 551cd6e..f828528 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,6 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="4.8★ Rated by 60+ Happy Customers" - useInvertedBackground={false} /> @@ -76,10 +75,10 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Water Heater Installation", description: "Professional installation of new water heaters with expert guidance on efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg?_wi=1", imageAlt: "Water heater installation service", button: { text: "Learn More", href: "#contact" } + title: "Water Heater Installation", description: "Professional installation of new water heaters with expert guidance on efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg", imageAlt: "Water heater installation service", button: { text: "Learn More", href: "#contact" } }, { - title: "Water Heater Repair", description: "Quick diagnosis and repair of failing water heaters to restore hot water fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg?_wi=2", imageAlt: "Water heater repair service", button: { text: "Schedule Service", href: "#contact" } + title: "Water Heater Repair", description: "Quick diagnosis and repair of failing water heaters to restore hot water fast.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg", imageAlt: "Water heater repair service", button: { text: "Schedule Service", href: "#contact" } }, { title: "Pipe Repair", description: "Professional pipe repair and replacement for leaks, corrosion, and burst pipes.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Professional pipe repair work", button: { text: "Get Help Now", href: "#contact" } @@ -94,10 +93,10 @@ export default function LandingPage() { title: "Emergency Plumbing", description: "24/7 emergency plumbing response for urgent issues—we arrive quickly and fix it right.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-t-shirt-cap-talking-mobile-phone-looking-hesitant_176474-16836.jpg", imageAlt: "Emergency plumbing service response", button: { text: "Emergency Call", href: "tel:9797788500" } }, { - title: "Plumbing Repairs", description: "Complete repair services for all plumbing fixtures and systems in your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg?_wi=1", imageAlt: "Professional plumbing repairs", button: { text: "Schedule Repair", href: "#contact" } + title: "Plumbing Repairs", description: "Complete repair services for all plumbing fixtures and systems in your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg", imageAlt: "Professional plumbing repairs", button: { text: "Schedule Repair", href: "#contact" } }, { - title: "Plumbing Installations", description: "Professional installation of new plumbing fixtures and complete system upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg?_wi=2", imageAlt: "Professional plumbing installation", button: { text: "Get Installed", href: "#contact" } + title: "Plumbing Installations", description: "Professional installation of new plumbing fixtures and complete system upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721541.jpg", imageAlt: "Professional plumbing installation", button: { text: "Get Installed", href: "#contact" } } ]} gridVariant="bento-grid"