From 4c7efb86bdd65e58d36132066f7b3459444927e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 00:04:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82039ba..c07c435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1