From df52ad2e9db9cfc68d2bb0fa7f49b791d0260e32 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:00:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd7eece..dbb588e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,23 +103,19 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, sewer backups, and urgent plumbing emergencies in Toronto and North York.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing response" }, + id: "1", title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, sewer backups, and urgent plumbing emergencies in Toronto and North York.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing response" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing response" } }, { - id: 2, - title: "Drain Cleaning", description: "Professional drain cleaning services to clear clogs, restore flow, and prevent future blockages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service" }, + id: "2", title: "Drain Cleaning", description: "Professional drain cleaning services to clear clogs, restore flow, and prevent future blockages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service" } }, { - id: 3, - title: "Sewer Line Inspection", description: "Advanced camera inspection technology to identify issues like tree root intrusion, cracks, and bellies in sewer lines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-camping-forest-together_53876-20690.jpg", imageAlt: "Sewer inspection camera" }, + id: "3", title: "Sewer Line Inspection", description: "Advanced camera inspection technology to identify issues like tree root intrusion, cracks, and bellies in sewer lines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/friends-camping-forest-together_53876-20690.jpg", imageAlt: "Sewer inspection camera" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-camping-forest-together_53876-20690.jpg", imageAlt: "Sewer inspection camera" } }, { - id: 4, - title: "Water Line & Pipe Services", description: "Expert repair and replacement of water lines and pipes with upfront honest pricing and warranty-backed work.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Water line service" }, + id: "4", title: "Water Line & Pipe Services", description: "Expert repair and replacement of water lines and pipes with upfront honest pricing and warranty-backed work.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Water line service" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Pipe replacement" } } ]}