Merge version_1 into main #2
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Katz Plumbing"
|
||||
/>
|
||||
@@ -53,39 +41,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Lehigh Acres' Trusted Plumbing Family Since 1980"
|
||||
description="When you need help, you need someone you can trust. Katz Plumbing has served our local community for over 40 years with honest pricing, fast response times, and service that treats you like family."
|
||||
tag="Available 24/7"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (239) 555-0123",
|
||||
href: "tel:2395550123",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now: (239) 555-0123", href: "tel:2395550123" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=1",
|
||||
imageAlt: "Katz Plumbing Expert",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=1",
|
||||
imageAlt: "Family Business Service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing diagnostics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-happy-woman-smiling-camera_197531-32299.jpg?_wi=1",
|
||||
imageAlt: "High quality pipe installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=1",
|
||||
imageAlt: "Happy homeowner after service",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Katz Plumbing Expert" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Family Business Service" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,21 +61,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Commitment to You"
|
||||
metrics={[
|
||||
{
|
||||
label: "Years Serving",
|
||||
value: "40+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Emergency Availability",
|
||||
value: "24/7",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
label: "Local Reputation",
|
||||
value: "Trusted",
|
||||
icon: Shield,
|
||||
},
|
||||
{ label: "Years Serving", value: "40+", icon: Award },
|
||||
{ label: "Emergency Availability", value: "24/7", icon: Zap },
|
||||
{ label: "Local Reputation", value: "Trusted", icon: Shield },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,48 +77,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Water Heater Installation",
|
||||
description: "Professional installation and repair to keep your hot water running.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=2",
|
||||
imageAlt: "Water Heater",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=3",
|
||||
imageAlt: "Service Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=4",
|
||||
imageAlt: "professional plumber smiling friendly",
|
||||
title: "Water Heater Installation", description: "Professional installation and repair to keep your hot water running.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Water Heater" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain Cleaning",
|
||||
description: "Quick, effective clearing for stubborn clogs and slow drains.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=5",
|
||||
imageAlt: "Drain Tools",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=6",
|
||||
imageAlt: "Service Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2",
|
||||
imageAlt: "family business local owners",
|
||||
title: "Drain Cleaning", description: "Quick, effective clearing for stubborn clogs and slow drains.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Drain Tools" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Leak Repair",
|
||||
description: "Honest diagnostics and lasting fixes for every type of pipe leak.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=7",
|
||||
imageAlt: "Pipe Leak",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=8",
|
||||
imageAlt: "Service Tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
title: "Leak Repair", description: "Honest diagnostics and lasting fixes for every type of pipe leak.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Pipe Leak" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Service Tech" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -183,24 +104,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Honest, No-Upsell Pricing",
|
||||
price: "Fair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Local Since 1980",
|
||||
price: "40+ Years",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "24/7 Emergency Support",
|
||||
price: "Always",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=10",
|
||||
},
|
||||
{ id: "1", name: "Honest, No-Upsell Pricing", price: "Fair", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg" },
|
||||
{ id: "2", name: "Local Since 1980", price: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg" },
|
||||
{ id: "3", name: "24/7 Emergency Support", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg" },
|
||||
]}
|
||||
title="Why Lehigh Acres Chooses Katz"
|
||||
description="We are a family-owned business, not a big corporate chain. You get honest advice from Pete Katz himself, managed with professional care."
|
||||
@@ -211,31 +117,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marc W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kathleen S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-happy-woman-smiling-camera_197531-32299.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crystal C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ralph C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-6391.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg?_wi=4",
|
||||
},
|
||||
{ id: "1", name: "Marc W.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg" },
|
||||
{ id: "2", name: "Kathleen S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-happy-woman-smiling-camera_197531-32299.jpg" },
|
||||
{ id: "3", name: "Crystal C.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-male-with-afro-hairstyle-keeps-hand-head-laughs-as-has-fun_273609-8514.jpg" },
|
||||
{ id: "4", name: "Ralph C.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-6391.jpg" },
|
||||
{ id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg" },
|
||||
]}
|
||||
cardTitle="What Your Neighbors Say"
|
||||
cardTag="Trusted Local Service"
|
||||
@@ -246,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need a Plumber Now?"
|
||||
description="Call us directly at (239) 555-0123 or leave your details and we'll be in touch immediately."
|
||||
@@ -258,34 +142,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=11"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(239) 555-0123",
|
||||
href: "tel:2395550123",
|
||||
},
|
||||
{
|
||||
label: "Emergency Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Our Services", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "(239) 555-0123", href: "tel:2395550123" }, { label: "Emergency Support", href: "#" }] },
|
||||
]}
|
||||
logoText="Katz Plumbing"
|
||||
copyrightText="© 2025 Katz Plumbing. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user