From d3715e3eada4be9f078b2c098492c47c35bd1d5e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f393740..6e336e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Clock, DollarSign, Lock, ShieldCheck, Wrench, Zap } from "lucide-react"; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Award, CheckCircle, Clock, DollarSign, Lock, MessageCircle, ShieldCheck, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,81 +47,52 @@ export default function LandingPage() {
@@ -144,19 +105,13 @@ export default function LandingPage() { metrics={[ { icon: CheckCircle, - label: "Licensed & Insured", - value: "Verified", - }, + label: "Licensed & Insured", value: "Verified"}, { icon: Zap, - label: "Quick Response", - value: "Fast", - }, + label: "Quick Response", value: "Fast"}, { icon: Award, - label: "Honest Quotes", - value: "Transparent", - }, + label: "Honest Quotes", value: "Transparent"}, ]} metricsAnimation="slide-up" /> @@ -169,25 +124,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Septic & Plumbing Checks", - description: "Thorough inspection of your home's essential systems.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", - imageAlt: "Inspection", - }, + title: "Septic & Plumbing Checks", description: "Thorough inspection of your home's essential systems.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", imageAlt: "Inspection"}, { id: 2, - title: "Hot Water Line Replacement", - description: "Expert replacement of water lines with reliable, fair quotes.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", - imageAlt: "Pipework", - }, + title: "Hot Water Line Replacement", description: "Expert replacement of water lines with reliable, fair quotes.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2", imageAlt: "Pipework"}, { id: 3, - title: "Emergency Repairs", - description: "Prompt response for all plumbing emergencies, day or night.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", - imageAlt: "Emergency", - }, + title: "Emergency Repairs", description: "Prompt response for all plumbing emergencies, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", imageAlt: "Emergency"}, ]} title="Our Professional Plumbing Services" description="From small repairs to large line replacements, we ensure every job is done with precision." @@ -195,67 +138,34 @@ export default function LandingPage() {
-
-
@@ -268,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1