diff --git a/src/app/page.tsx b/src/app/page.tsx index ade9383..4e0538b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Facebook, Instagram, Twitter } from "lucide-react"; +import { Facebook, Instagram, Twitter, Zap, Flame, Wrench, Building, Bath, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -78,41 +65,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain & Sewer", - description: "Expert solutions for clogged drains and sewer backups.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", - }, + title: "Drain & Sewer", description: "Expert solutions for clogged drains and sewer backups.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"}, { - title: "Water Heater", - description: "Reliable installation and repair for all water heater types.", - buttonIcon: "Flame", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg?_wi=1", - }, + title: "Water Heater", description: "Reliable installation and repair for all water heater types.", buttonIcon: Flame, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg"}, { - title: "Pipe Repair", - description: "Precise repair for leaking, burst, or corroded piping.", - buttonIcon: "Wrench", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=1", - }, + title: "Pipe Repair", description: "Precise repair for leaking, burst, or corroded piping.", buttonIcon: Wrench, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"}, { - title: "New Construction", - description: "Full rough-in plumbing for builds and major renovations.", - buttonIcon: "Building", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-terracotta-roof-tiles_122409-51.jpg", - }, + title: "New Construction", description: "Full rough-in plumbing for builds and major renovations.", buttonIcon: Building, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-terracotta-roof-tiles_122409-51.jpg"}, { - title: "Fixture Installation", - description: "Expert setup for toilets, faucets, and showers.", - buttonIcon: "Bath", - imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=1", - }, + title: "Fixture Installation", description: "Expert setup for toilets, faucets, and showers.", buttonIcon: Bath, + imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg"}, { - title: "Emergency Repair", - description: "Fast, responsive help when plumbing emergencies strike.", - buttonIcon: "AlertTriangle", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-suffering-from-cybersickness-from-using-tech-device-too-long_23-2151393749.jpg", - }, + title: "Emergency Repair", description: "Fast, responsive help when plumbing emergencies strike.", buttonIcon: AlertTriangle, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-suffering-from-cybersickness-from-using-tech-device-too-long_23-2151393749.jpg"}, ]} title="Our Plumbing Services" description="From routine maintenance to urgent repairs, Vitullo Plumbing brings expertise and professionalism to every job." @@ -125,9 +94,7 @@ export default function LandingPage() { title="A Company You Can Count On" buttons={[ { - text: "Get in Touch", - href: "#contact", - }, + text: "Get in Touch", href: "#contact"}, ]} /> @@ -138,60 +105,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Mike G.", - date: "4 years ago", - title: "Verified Customer", - quote: "Professional, punctual, and high quality. Couldn't ask for better service.", - tag: "Top Rated", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-craft-woman-with-tools_23-2148915764.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=2", - imageAlt: "professional plumbing services tools", - }, + id: "1", name: "Mike G.", date: "4 years ago", title: "Verified Customer", quote: "Professional, punctual, and high quality. Couldn't ask for better service.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-craft-woman-with-tools_23-2148915764.jpg", imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "professional plumbing services tools"}, { - id: "2", - name: "Hank Kopecy", - date: "2 years ago", - title: "Verified Customer", - quote: "Good experience overall. Highly recommended for local residents.", - tag: "Satisfied", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", - imageAlt: "drain cleaning professional equipment", - }, + id: "2", name: "Hank Kopecy", date: "2 years ago", title: "Verified Customer", quote: "Good experience overall. Highly recommended for local residents.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "drain cleaning professional equipment"}, { - id: "3", - name: "Jennifer V.", - date: "3 years ago", - title: "Verified Customer", - quote: "Very professional from start to finish. Everything looks great.", - tag: "Expert", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg?_wi=2", - imageAlt: "water heater installation repair", - }, + id: "3", name: "Jennifer V.", date: "3 years ago", title: "Verified Customer", quote: "Very professional from start to finish. Everything looks great.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg", imageAlt: "water heater installation repair"}, { - id: "4", - name: "Natalie Lopresti", - date: "4 years ago", - title: "Verified Customer", - quote: "Fantastic service. Responsive and reliable plumbers.", - tag: "Excellent", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2", - imageAlt: "pipe repair and replacement service", - }, + id: "4", name: "Natalie Lopresti", date: "4 years ago", title: "Verified Customer", quote: "Fantastic service. Responsive and reliable plumbers.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "pipe repair and replacement service"}, { - id: "5", - name: "Green Dragon", - date: "4 years ago", - title: "Verified Customer", - quote: "Everything you'd want from a professional plumbing contractor.", - tag: "Reliable", - avatarSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg?_wi=2", - imageAlt: "plumbing fixture installation service", - }, + id: "5", name: "Green Dragon", date: "4 years ago", title: "Verified Customer", quote: "Everything you'd want from a professional plumbing contractor.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/portrat-young-man-laughing_23-2148560405.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg", imageAlt: "plumbing fixture installation service"}, ]} title="What Our Customers Say" description="We are proud of our 4.7-star rating earned through consistent, professional service." @@ -202,14 +124,11 @@ export default function LandingPage() { @@ -221,19 +140,13 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} />