Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:05:25 +00:00

View File

@@ -63,7 +63,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
rating={5}
ratingText="4.8★ Rated by 60+ Happy Customers"
useInvertedBackground={false}
/>
</div>
@@ -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"