From 1b2c4d189a042342ba748b837997513df4b09f3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:40:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 331 +++++++++-------------------------------------- 1 file changed, 63 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f58709..78a2152 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Droplets, ShieldCheck, Zap } from "lucide-react"; +import { Droplets, ShieldCheck, Zap, Pipe, Bath, Wrench, Toilet, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -29,31 +29,14 @@ export default function LandingPage() { @@ -61,102 +44,19 @@ export default function LandingPage() {
@@ -166,76 +66,52 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Our Premium Plumbing Services" + description="We handle everything from routine maintenance to complex emergency repairs. Trust the professionals at Major League Plumbing." features={[ - { - title: "Water Heater Services", - description: "Installation and repair for all major tankless and standard water heater models.", - icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2", - imageAlt: "professional plumber smiling friendly", + { + title: "Leak Detection & Repair", + description: "Precision detection and repair for all types of plumbing leaks.", + icon: AlertTriangle, + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2" }] }, - { - title: "Drain & Sewer Cleaning", - description: "Quick, professional solutions for clogged drains and sewer system repairs.", - icon: Droplets, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=3", - imageAlt: "water heater installation plumbing", + { + title: "Water Heaters", + description: "Expert installation and repair for standard and tankless water heaters.", + icon: Zap, + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=2" }] }, - { - title: "Pipe & Leak Repair", - description: "Expert finding and repair services for outdoor systems, indoor pipes, and more.", - icon: ShieldCheck, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=3", - imageAlt: "unclog drain cleaning tools", + { + title: "Drain & Sewer Cleaning", + description: "Professional unclogging services for drains and residential sewer systems.", + icon: Droplets, + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2" }] }, + { + title: "Pipe & Outdoor Systems", + description: "Comprehensive repairs for home plumbing pipes and outdoor water systems.", + icon: Pipe, + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2" }] + }, + { + title: "Fixtures: Showers & Toilets", + description: "Reliable installation and repair for showers, toilets, and all home fixtures.", + icon: Toilet, + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg" }] + } ]} - title="Comprehensive Plumbing Services" - description="From emergency leaks to water heater installations, we provide guaranteed professional service." />
@@ -328,38 +152,9 @@ export default function LandingPage() { -- 2.49.1