Merge version_1 into main #2
151
src/app/page.tsx
151
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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Vitullo Plumbing"
|
||||
/>
|
||||
@@ -53,21 +45,16 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Trusted Plumbing Since Day One"
|
||||
description="Vitullo Plumbing Ltd delivers reliable, professional plumbing services across Concord and the greater Vaughan area. Residential and commercial — we handle it all."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9056692843",
|
||||
},
|
||||
text: "Call Now", href: "tel:9056692843"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=1"
|
||||
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 in Concord, ON"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to book or have questions? Contact Vitullo Plumbing today at 121 Bradwick Drive, Concord, ON."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Request",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Send Request", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user