diff --git a/src/app/page.tsx b/src/app/page.tsx index 9644827..cce4651 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 { Wrench, Search, Settings, Zap } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -55,78 +48,39 @@ export default function LandingPage() { description="Trusted local plumbing services in Nashville, NC with 5-star customer satisfaction. Fast emergency response, transparent pricing, and expert technicians you can count on." testimonials={[ { - name: "John Doe", - handle: "@johndoe", - testimonial: "Exceptional service, fixed our leak in under an hour. Very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=1", - imageAlt: "professional plumber working in home", - }, + name: "John Doe", handle: "@johndoe", testimonial: "Exceptional service, fixed our leak in under an hour. Very professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", imageAlt: "professional plumber working in home"}, { - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Chappell Plumbing is reliable and the work is top-tier quality.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=1", - imageAlt: "plumbing repair icon minimalist", - }, + name: "Jane Smith", handle: "@janesmith", testimonial: "Chappell Plumbing is reliable and the work is top-tier quality.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", imageAlt: "plumbing repair icon minimalist"}, { - name: "Michael Brown", - handle: "@mbrown", - testimonial: "Fastest emergency response in Nashville. Highly recommend.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=1", - imageAlt: "leak detection icon minimalist", - }, + name: "Michael Brown", handle: "@mbrown", testimonial: "Fastest emergency response in Nashville. Highly recommend.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", imageAlt: "leak detection icon minimalist"}, { - name: "Sarah Wilson", - handle: "@swilson", - testimonial: "Transparent pricing and clean installation. Will call again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=1", - imageAlt: "pipe installation icon minimalist", - }, + name: "Sarah Wilson", handle: "@swilson", testimonial: "Transparent pricing and clean installation. Will call again.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", imageAlt: "pipe installation icon minimalist"}, { - name: "Robert Davis", - handle: "@rdavis", - testimonial: "Experts at what they do. Plumbing done right.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=1", - imageAlt: "emergency plumbing service icon", - }, + name: "Robert Davis", handle: "@rdavis", testimonial: "Experts at what they do. Plumbing done right.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", imageAlt: "emergency plumbing service icon"}, ]} buttons={[ { - text: "Call Now", - href: "tel:555-0123", - }, + text: "Call Now", href: "tel:555-0123"}, { - text: "Get a Free Quote", - href: "#contact", - }, + text: "Get a Free Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", - alt: "Customer One", - }, + src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Customer One"}, { - src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", - alt: "Customer Two", - }, + src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", alt: "Customer Two"}, { - src: "http://img.b2bpic.net/free-photo/man-ensures-products-are-pesticides-free_482257-81573.jpg", - alt: "Customer Three", - }, + src: "http://img.b2bpic.net/free-photo/man-ensures-products-are-pesticides-free_482257-81573.jpg", alt: "Customer Three"}, { - src: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg", - alt: "Customer Four", - }, + src: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg", alt: "Customer Four"}, { - src: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", - alt: "Customer Five", - }, + src: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", alt: "Customer Five"}, ]} avatarText="Trusted by 500+ happy clients in Nashville, NC" /> @@ -138,28 +92,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Plumbing Repairs", - description: "Expert solutions for all residential and commercial plumbing issues.", - imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=2", - buttonIcon: "Wrench", + title: "Plumbing Repairs", description: "Expert solutions for all residential and commercial plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", buttonIcon: Wrench, }, { - title: "Leak Detection", - description: "Advanced detection technology to identify and resolve hidden leaks fast.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=2", - buttonIcon: "Search", + title: "Leak Detection", description: "Advanced detection technology to identify and resolve hidden leaks fast.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", buttonIcon: Search, }, { - title: "Pipe Installation", - description: "Professional installation for new builds and renovation projects.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=2", - buttonIcon: "Settings", + title: "Pipe Installation", description: "Professional installation for new builds and renovation projects.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", buttonIcon: Settings, }, { - title: "Emergency Services", - description: "24/7 support for critical plumbing emergencies in Nashville, NC.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=2", - buttonIcon: "Zap", + title: "Emergency Services", description: "24/7 support for critical plumbing emergencies in Nashville, NC.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", buttonIcon: Zap, }, ]} title="Our Professional Plumbing Services" @@ -175,20 +117,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "15+", - description: "Years of Local Expertise", - }, + id: "m1", value: "15+", description: "Years of Local Expertise"}, { - id: "m2", - value: "500+", - description: "Projects Successfully Completed", - }, + id: "m2", value: "500+", description: "Projects Successfully Completed"}, { - id: "m3", - value: "100%", - description: "Customer Satisfaction Rate", - }, + id: "m3", value: "100%", description: "Customer Satisfaction Rate"}, ]} title="Trusted by Nashville Homeowners" description="Our commitment to excellence makes us the premier choice for all plumbing needs." @@ -202,40 +135,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alice J.", - handle: "@alicej", - testimonial: "Reliable and fast service. Very professional technicians.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", - }, + id: "t1", name: "Alice J.", handle: "@alicej", testimonial: "Reliable and fast service. Very professional technicians.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"}, { - id: "t2", - name: "Bob M.", - handle: "@bobm", - testimonial: "Best plumbing service in the area, period.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", - }, + id: "t2", name: "Bob M.", handle: "@bobm", testimonial: "Best plumbing service in the area, period.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg"}, { - id: "t3", - name: "Charlie D.", - handle: "@charlied", - testimonial: "Fixed my pipe installation in a breeze. Expert team!", - imageSrc: "http://img.b2bpic.net/free-photo/man-ensures-products-are-pesticides-free_482257-81573.jpg", - }, + id: "t3", name: "Charlie D.", handle: "@charlied", testimonial: "Fixed my pipe installation in a breeze. Expert team!", imageSrc: "http://img.b2bpic.net/free-photo/man-ensures-products-are-pesticides-free_482257-81573.jpg"}, { - id: "t4", - name: "David L.", - handle: "@davidl", - testimonial: "Transparency and great pricing. Fantastic work.", - imageSrc: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg", - }, + id: "t4", name: "David L.", handle: "@davidl", testimonial: "Transparency and great pricing. Fantastic work.", imageSrc: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg"}, { - id: "t5", - name: "Eva R.", - handle: "@evar", - testimonial: "Responsive emergency support, truly saved the day.", - imageSrc: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", - }, + id: "t5", name: "Eva R.", handle: "@evar", testimonial: "Responsive emergency support, truly saved the day.", imageSrc: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg"}, ]} title="What Our Clients Say" description="Hear from our satisfied customers in Nashville, NC." @@ -246,20 +154,15 @@ export default function LandingPage() { @@ -269,37 +172,23 @@ export default function LandingPage() { logoText="Chappell Plumbing" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}