Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 00:04:39 +00:00

View File

@@ -67,19 +67,24 @@ export default function LandingPage() {
description="Complete plumbing solutions for your home and business"
features={[
{
id: "1", title: "Drain Cleaning", description: "Professional drain cleaning to clear clogs and keep your pipes flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Drain cleaning service"
id: 1,
title: "Drain Cleaning", description: "Professional drain cleaning to clear clogs and keep your pipes flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Drain cleaning service"
},
{
id: "2", title: "Leak Repair", description: "Quick detection and repair of water leaks before they cause damage to your home.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg", imageAlt: "Leak repair service"
id: 2,
title: "Leak Repair", description: "Quick detection and repair of water leaks before they cause damage to your home.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cracked-pipe-leaking-water_23-2148277393.jpg", imageAlt: "Leak repair service"
},
{
id: "3", title: "Toilet Repair", description: "Fast and reliable toilet repairs and replacements for your bathroom.", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-vertical-banners_1284-39179.jpg", imageAlt: "Toilet repair service"
id: 3,
title: "Toilet Repair", description: "Fast and reliable toilet repairs and replacements for your bathroom.", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-vertical-banners_1284-39179.jpg", imageAlt: "Toilet repair service"
},
{
id: "4", title: "Faucet Installation", description: "Modern faucet installation and repair for kitchens and bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "Faucet installation service"
id: 4,
title: "Faucet Installation", description: "Modern faucet installation and repair for kitchens and bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "Faucet installation service"
},
{
id: "5", title: "Water Heater Service", description: "Water heater installation, repair, and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg", imageAlt: "Water heater service"
id: 5,
title: "Water Heater Service", description: "Water heater installation, repair, and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/woman-calling-plumber-fox-bathroom-problems_23-2150990699.jpg", imageAlt: "Water heater service"
}
]}
textboxLayout="default"