From a228be30a57fb03d7342e3c591b3025b50590cf8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:56:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a09682..2d9c128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Wrench, Droplets, ShieldCheck, Clock, Award, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,88 +29,42 @@ export default function LandingPage() {
@@ -123,29 +78,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Emergency Repairs", - description: "Rapid response for burst pipes, leaks, and urgent issues.", - imageSrc: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg", - titleIconSrc: "Wrench", - buttonText: "View Info", - }, + title: "24/7 Emergency Repairs", description: "Immediate assistance for urgent leaks, pipe bursts, and critical plumbing failures.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repairing-pipe_23-2149023472.jpg", titleIconSrc: "Clock", buttonText: "Call for Help"}, { - title: "Drain Cleaning", - description: "Advanced tools to keep your pipes flowing freely.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", - titleIconSrc: "Droplets", - buttonText: "View Info", - }, + title: "Professional Plumbing", description: "Expert installation and maintenance for sinks, toilets, water heaters, and more.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-pipe_23-2148419631.jpg", titleIconSrc: "Wrench", buttonText: "Get Quote"}, { - title: "Installation Services", - description: "Professional setup for water heaters, faucets, and more.", - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-showing-alarm-clock-slyly-looking-camera-smiling_141793-28695.jpg", - titleIconSrc: "ShieldCheck", - buttonText: "View Info", - }, + title: "Construction Services", description: "Full-service construction projects delivered with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/construction-tools-wooden-table_23-2148532451.jpg", titleIconSrc: "ShieldCheck", buttonText: "Learn More"}, ]} - title="Comprehensive Services" - description="Reliable plumbing solutions tailored to your unique household or business requirements." + title="Our Services" + description="We combine technical expertise with a commitment to high-quality results for every project." />
@@ -157,74 +97,36 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Alice M.", - role: "Homeowner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-washing-dishes_23-2148378501.jpg", + id: "1", name: "James D.", role: "Homeowner", company: "Local Resident", rating: 5, }, { - id: "2", - name: "Bob K.", - role: "Business Owner", - company: "Local Cafe", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-kitchen-preparing-salad_23-2147893481.jpg", + id: "2", name: "Sarah T.", role: "Business Owner", company: "Regional Office", rating: 5, }, { - id: "3", - name: "Claire L.", - role: "Resident", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", - }, - { - id: "4", - name: "David P.", - role: "Homeowner", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-dancing-having-fun-kitchen_23-2148708928.jpg", - }, - { - id: "5", - name: "Elena R.", - role: "Resident", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg", + id: "3", name: "Michael B.", role: "Contractor", company: "Construction Partner", rating: 5, }, ]} - title="Customer Stories" - description="See why homeowners and businesses choose Charge Plumbing." + title="Top Rated Professionals" + description="Read why local families and businesses rely on us for their construction and plumbing needs." />