Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -32,72 +32,45 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Laredo Plumbing Inc."
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:3055550199",
|
||||
}}
|
||||
text: "Call Now", href: "tel:3055550199"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Honest Plumbing. Fast Response. Done Right."
|
||||
description="Laredo Plumbing Inc. delivers honest, professional, fast-response plumbing services in Miami, with fair pricing, expert workmanship, and service you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Fast Help Today",
|
||||
href: "tel:3055550199",
|
||||
},
|
||||
text: "Get Fast Help Today", href: "tel:3055550199"},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Service", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=1",
|
||||
imageAlt: "Master plumber working in luxury kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Master plumber working in luxury kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=2",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=3",
|
||||
imageAlt: "Clean workmanship in modern home",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Clean workmanship in modern home"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=4",
|
||||
imageAlt: "Miami emergency plumbing expert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Miami emergency plumbing expert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=5",
|
||||
imageAlt: "Transparent plumbing pricing expert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Transparent plumbing pricing expert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=6",
|
||||
imageAlt: "Trusted plumbing partner Juan",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "Trusted plumbing partner Juan"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,24 +82,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Honest Service",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Honest Service", value: "100%"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Response",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Fast Response", value: "24/7"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Fair Pricing",
|
||||
value: "Upfront",
|
||||
},
|
||||
label: "Fair Pricing", value: "Upfront"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Punctual",
|
||||
value: "On Time",
|
||||
},
|
||||
label: "Punctual", value: "On Time"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -139,40 +104,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Urgent plumbing help available when you need it most, anytime.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=7",
|
||||
},
|
||||
title: "Emergency Repairs", description: "Urgent plumbing help available when you need it most, anytime.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional plumber modern home"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=9",
|
||||
imageAlt: "professional plumber modern home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional plumber modern home"},
|
||||
},
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Precise identification and repair of hidden leaks before damage occurs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=10",
|
||||
},
|
||||
title: "Leak Detection", description: "Precise identification and repair of hidden leaks before damage occurs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional master plumber portrait"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=11",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-looking-confused-scratching-head-standing-isolated-pink-wall_141793-15220.jpg?_wi=1",
|
||||
imageAlt: "professional master plumber portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional master plumber portrait"},
|
||||
},
|
||||
{
|
||||
title: "Water Heaters",
|
||||
description: "Expert repair and installation of high-efficiency water heater systems.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=12",
|
||||
},
|
||||
title: "Water Heaters", description: "Expert repair and installation of high-efficiency water heater systems.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional customer testimonial headshot"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=13",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg?_wi=1",
|
||||
imageAlt: "professional customer testimonial headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg", imageAlt: "professional customer testimonial headshot"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -189,12 +136,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "juan",
|
||||
name: "Juan Laredo",
|
||||
role: "Owner & Master Plumber",
|
||||
description: "Dedicated to honest, professional plumbing service in the Miami community for over 15 years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-looking-confused-scratching-head-standing-isolated-pink-wall_141793-15220.jpg?_wi=2",
|
||||
},
|
||||
id: "juan", name: "Juan Laredo", role: "Owner & Master Plumber", description: "Dedicated to honest, professional plumbing service in the Miami community for over 15 years.", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-looking-confused-scratching-head-standing-isolated-pink-wall_141793-15220.jpg"},
|
||||
]}
|
||||
title="Meet Juan, Your Trusted Expert"
|
||||
description="With a focus on integrity and clean workmanship, Juan leads Laredo Plumbing with a commitment to doing the job right the first time."
|
||||
@@ -208,45 +150,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Juan is incredibly honest, punctual, and very professional. He explains every problem clearly and the pricing is fair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "Homeowner", testimonial: "Juan is incredibly honest, punctual, and very professional. He explains every problem clearly and the pricing is fair.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Rojas",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Responsive and knowledgeable. I had an urgent leak and they provided same-day service. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg",
|
||||
},
|
||||
id: "2", name: "David Rojas", handle: "Business Owner", testimonial: "Responsive and knowledgeable. I had an urgent leak and they provided same-day service. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Garcia",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Clean workmanship and trustworthy owner. The job was done right the first time without any runaround.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "3", name: "Maria Garcia", handle: "Homeowner", testimonial: "Clean workmanship and trustworthy owner. The job was done right the first time without any runaround.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
handle: "Customer",
|
||||
testimonial: "Fair pricing and very professional. Definitely my go-to plumber in Miami from now on.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966130.jpg",
|
||||
},
|
||||
id: "4", name: "James Wilson", handle: "Customer", testimonial: "Fair pricing and very professional. Definitely my go-to plumber in Miami from now on.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966130.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Torres",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Juan is experienced and clearly knows his stuff. Very courteous and clean work. Top-tier service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Torres", handle: "Homeowner", testimonial: "Juan is experienced and clearly knows his stuff. Very courteous and clean work. Top-tier service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
@@ -258,8 +175,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="24/7 Emergency Help"
|
||||
title="Need Urgent Plumbing Help?"
|
||||
description="Don't wait for damage to get worse. Call Juan and the Laredo Plumbing team now for fast, professional assistance."
|
||||
@@ -272,14 +188,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Licensed",
|
||||
"Insured",
|
||||
"Miami Trusted",
|
||||
"Family Owned",
|
||||
"Fast Response",
|
||||
"Expert Repairs",
|
||||
"Fair Pricing",
|
||||
]}
|
||||
"Licensed", "Insured", "Miami Trusted", "Family Owned", "Fast Response", "Expert Repairs", "Fair Pricing"]}
|
||||
title="Serving Miami & Surrounding Areas"
|
||||
description="Your trusted partner for residential, remodel, and emergency plumbing repair."
|
||||
showCard={true}
|
||||
@@ -288,54 +197,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg?_wi=14"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-with-gloves-isolated-white-wall_141793-123098.jpg"
|
||||
logoText="Laredo Plumbing Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#"},
|
||||
{
|
||||
label: "Leak Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "Leak Repair", href: "#"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#",
|
||||
},
|
||||
label: "Reviews", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user