From cb900e529591053184e409c86e6eded76ccd9d9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:58:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 180 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2005a3f..572b5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Phone, Mail, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,11 @@ export default function LandingPage() { @@ -56,13 +46,9 @@ export default function LandingPage() { description="Sameday emergency response from a fully qualified, 5star rated local engineer you can trust. Transparent pricing, professional service, and peace of mind—every time." buttons={[ { - text: "Call Now for Fast Service", - href: "tel:01150000000", - }, + text: "Call Now for Fast Service", href: "tel:01150000000"}, { - text: "Request a Callback", - href: "#contact", - }, + text: "Request a Callback", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=1" /> @@ -74,9 +60,7 @@ export default function LandingPage() { title="Your Trusted Nottingham Experts" buttons={[ { - text: "Learn More", - href: "#services", - }, + text: "Learn More", href: "#services"}, ]} /> @@ -88,35 +72,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Emergency Boiler Repair", - tags: [ - "Sameday", - "Certified", - ], - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=2", - imageAlt: "professional gas engineer smiling", - }, + id: "f1", title: "Emergency Boiler Repair", tags: [ + "Sameday", "Certified"], + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=2", imageAlt: "professional gas engineer smiling"}, { - id: "f2", - title: "Annual Gas Safety", - tags: [ - "Landlord", - "Safety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/set-tools-table-plumber-opening-tap_259150-58274.jpg", - imageAlt: "local Nottingham plumber working", - }, + id: "f2", title: "Annual Gas Safety", tags: [ + "Landlord", "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/set-tools-table-plumber-opening-tap_259150-58274.jpg", imageAlt: "local Nottingham plumber working"}, { - id: "f3", - title: "Leak Detection", - tags: [ - "Routine", - "Reliable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=1", - imageAlt: "portrait happy customer home", - }, + id: "f3", title: "Leak Detection", tags: [ + "Routine", "Reliable"], + imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=1", imageAlt: "portrait happy customer home"}, ]} title="Comprehensive Plumbing Solutions" description="We offer a wide range of gas and plumbing services in Nottingham, from emergency boiler repairs to annual safety checks." @@ -128,30 +94,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=2"}, { - id: "2", - name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", - }, + id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"}, { - id: "3", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-headphones_23-2149085483.jpg", - }, + id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-headphones_23-2149085483.jpg"}, { - id: "4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", - }, + id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg"}, { - id: "5", - name: "Robert B.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=3", - }, + id: "5", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg?_wi=3"}, ]} cardTitle="Verified Customer Reviews" cardTag="5-Star Rating" @@ -159,76 +110,29 @@ export default function LandingPage() { /> -
- -
-
- +
-- 2.49.1