diff --git a/src/app/page.tsx b/src/app/page.tsx index 2737135..d9c3865 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Droplets, Wrench, Shield } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -29,22 +30,10 @@ export default function LandingPage() { @@ -110,34 +69,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Emergency Repairs", - description: "24/7 availability for urgent plumbing leaks and pipe bursts.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", - imageAlt: "friendly local plumber portrait", - }, - { - title: "Drain Cleaning", - description: "Quickly clearing blocked drains and sewer lines efficiently.", - buttonIcon: "Droplets", - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2", - imageAlt: "friendly local plumber portrait", - }, - { - title: "Fixture Installation", - description: "Expert installation for sinks, toilets, and faucets.", - buttonIcon: "Wrench", - imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg?_wi=1", - imageAlt: "friendly local plumber portrait", - }, - { - title: "Pipe Maintenance", - description: "Preventative checks to keep your systems running smoothly.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg?_wi=1", - imageAlt: "friendly local plumber portrait", - }, + { title: "Emergency Repairs", description: "24/7 availability for urgent plumbing leaks and pipe bursts.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "friendly local plumber portrait" }, + { title: "Drain Cleaning", description: "Quickly clearing blocked drains and sewer lines efficiently.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg", imageAlt: "friendly local plumber portrait" }, + { title: "Fixture Installation", description: "Expert installation for sinks, toilets, and faucets.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg", imageAlt: "friendly local plumber portrait" }, + { title: "Pipe Maintenance", description: "Preventative checks to keep your systems running smoothly.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg", imageAlt: "friendly local plumber portrait" }, ]} title="Our Professional Services" description="Comprehensive plumbing solutions for your home and business." @@ -150,41 +85,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah Miller", - handle: "@sarah_m", - testimonial: "Fast, affordable, and professional service. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg?_wi=2", - }, - { - id: "2", - name: "John Davis", - handle: "@j_davis", - testimonial: "Came out for an emergency leak at midnight. Truly lifesaving.", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg?_wi=2", - }, - { - id: "3", - name: "Emily Watson", - handle: "@emily_w", - testimonial: "Great work on my kitchen plumbing. Clean and efficient.", - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", - }, - { - id: "4", - name: "Mark Roberts", - handle: "@m_roberts", - testimonial: "Reliable experts. They solved my persistent drain issues.", - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", - }, - { - id: "5", - name: "Alice Green", - handle: "@alice_g", - testimonial: "Friendly team and very transparent with pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", - }, + { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fast, affordable, and professional service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-table_23-2147744891.jpg" }, + { id: "2", name: "John Davis", handle: "@j_davis", testimonial: "Came out for an emergency leak at midnight. Truly lifesaving.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-people-talking-about-new-project_23-2148778077.jpg" }, + { id: "3", name: "Emily Watson", handle: "@emily_w", testimonial: "Great work on my kitchen plumbing. Clean and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" }, + { id: "4", name: "Mark Roberts", handle: "@m_roberts", testimonial: "Reliable experts. They solved my persistent drain issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg" }, + { id: "5", name: "Alice Green", handle: "@alice_g", testimonial: "Friendly team and very transparent with pricing.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg" }, ]} title="What Our Neighbors Say" description="Highly rated service with 167+ reviews." @@ -196,21 +101,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Are you really open 24/7?", - content: "Yes, we provide emergency support 24 hours a day, 7 days a week.", - }, - { - id: "q2", - title: "Do you serve all of Graniteville?", - content: "Absolutely, we cover all local Graniteville and surrounding areas.", - }, - { - id: "q3", - title: "Is my plumbing issue an emergency?", - content: "If you have severe leaking or water damage, it's definitely an emergency. Give us a call immediately.", - }, + { id: "q1", title: "Are you really open 24/7?", content: "Yes, we provide emergency support 24 hours a day, 7 days a week." }, + { id: "q2", title: "Do you serve all of Graniteville?", content: "Absolutely, we cover all local Graniteville and surrounding areas." }, + { id: "q3", title: "Is my plumbing issue an emergency?", content: "If you have severe leaking or water damage, it's definitely an emergency. Give us a call immediately." }, ]} title="Frequently Asked Questions" description="Quick answers to common plumbing questions." @@ -221,46 +114,17 @@ export default function LandingPage() {