From 0a23a32e23ea260ef03e6ad66aae99b52677c7de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 04:02:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e62777a..634db07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,130 +30,75 @@ export default function LandingPage() {
@@ -164,46 +109,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pipe Leakage Repair", - description: "Expert repair services for all types of pipe leakages, ensuring long-term prevention.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg?_wi=1", - imageAlt: "Service", - }, + title: "Pipe Leakage Repair", description: "Expert repair services for all types of pipe leakages, ensuring long-term prevention.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", - imageAlt: "Service", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=3", - imageAlt: "pipe leakage repair service", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg"} }, { - title: "Bathroom & Kitchen Plumbing", - description: "Full plumbing setup and maintenance for residential and commercial bathrooms and kitchens.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg?_wi=1", - imageAlt: "Service", - }, + title: "Bathroom & Kitchen Plumbing", description: "Full plumbing setup and maintenance for residential and commercial bathrooms and kitchens.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dirty-home-concept-with-messy-bathroom-high-angle_23-2149311321.jpg", - imageAlt: "Service", - }, - imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-451.jpg?_wi=1", - imageAlt: "pipe leakage repair service", + imageSrc: "http://img.b2bpic.net/free-photo/dirty-home-concept-with-messy-bathroom-high-angle_23-2149311321.jpg"} }, { - title: "Core Cutting & Tank Installation", - description: "Professional core cutting services and secure water tank installation for your property.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg?_wi=2", - imageAlt: "Service", - }, + title: "Core Cutting & Tank Installation", description: "Professional core cutting services and secure water tank installation for your property.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-548.jpg", - imageAlt: "Service", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2", - imageAlt: "pipe leakage repair service", + imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-548.jpg"} }, ]} showStepNumbers={false} @@ -218,97 +139,24 @@ export default function LandingPage() { title="About Us" metrics={[ { - label: "Years of Experience", - value: "10+", - icon: Award, + label: "Years of Experience", value: "10+", icon: Award, }, { - label: "Happy Clients", - value: "500+", - icon: CheckCircle, + label: "Happy Clients", value: "500+", icon: CheckCircle, }, { - label: "Emergency Support", - value: "24/7", - icon: Phone, + label: "Emergency Support", value: "24/7", icon: Phone, }, ]} metricsAnimation="slide-up" /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1