Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ba1e00df | |||
| 4f09999a5c |
118
src/app/page.tsx
118
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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="Ken's Plumbing Inc."
|
||||
/>
|
||||
@@ -53,45 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Plumbing. Fixed Right. Same Day."
|
||||
description="From leaky pipes to full water heater replacements — Adam and the Ken's Plumbing team deliver honest work, fair prices, and results you can count on. Serving the Fox River Valley."
|
||||
buttons={[
|
||||
{
|
||||
text: "(920) 989-1421",
|
||||
href: "tel:9209891421",
|
||||
},
|
||||
text: "(920) 989-1421", href: "tel:9209891421"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=1", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=2",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=2", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=3",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=3", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=4",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=4", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=5",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=5", imageAlt: "Professional plumbing repair service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=6",
|
||||
imageAlt: "Professional plumbing repair service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=6", imageAlt: "Professional plumbing repair service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,19 +79,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Water Heater Services",
|
||||
description: "Repair or full replacement — including warranty swaps. Fast, lasting results.",
|
||||
},
|
||||
title: "Water Heater Services", description: "Repair or full replacement — including warranty swaps. Fast, lasting results."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Pipe Repair",
|
||||
description: "Leaking pipes, burst lines, and exterior spigots fixed right.",
|
||||
},
|
||||
title: "Pipe Repair", description: "Leaking pipes, burst lines, and exterior spigots fixed right."},
|
||||
{
|
||||
icon: Droplet,
|
||||
title: "Fixture Repair",
|
||||
description: "Toilets, sinks, and faucets fixed or installed with precision.",
|
||||
},
|
||||
title: "Fixture Repair", description: "Toilets, sinks, and faucets fixed or installed with precision."},
|
||||
]}
|
||||
title="Every Plumbing Problem, One Trusted Call"
|
||||
description="We specialize in fast, honest, and reliable plumbing solutions for Appleton residents."
|
||||
@@ -129,9 +98,7 @@ export default function LandingPage() {
|
||||
title="Family-Run, Community-Trusted."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (920) 989-1421",
|
||||
href: "tel:9209891421",
|
||||
},
|
||||
text: "Call (920) 989-1421", href: "tel:9209891421"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,45 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service!",
|
||||
quote: "Adam is excellent! Whenever I have an issue he is there the same day. Highly recommend.",
|
||||
name: "Judy Kenny",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099209.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Excellent Service!", quote: "Adam is excellent! Whenever I have an issue he is there the same day. Highly recommend.", name: "Judy Kenny", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099209.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Stand up guy",
|
||||
quote: "Absolutely stand up guy who is a professional. Prompt, professional, and fair on price.",
|
||||
name: "Cory Beaulieu",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
||||
},
|
||||
id: "2", title: "Stand up guy", quote: "Absolutely stand up guy who is a professional. Prompt, professional, and fair on price.", name: "Cory Beaulieu", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top notch",
|
||||
quote: "Best plumbers in the business. Top notch, best in the Fox River area — BAR NONE.",
|
||||
name: "James Lee",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg",
|
||||
},
|
||||
id: "3", title: "Top notch", quote: "Best plumbers in the business. Top notch, best in the Fox River area — BAR NONE.", name: "James Lee", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great work",
|
||||
quote: "Adam and his son were great, very fast and super knowledgeable. Couldn't be happier!",
|
||||
name: "Larry Miller",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
||||
},
|
||||
id: "4", title: "Great work", quote: "Adam and his son were great, very fast and super knowledgeable. Couldn't be happier!", name: "Larry Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reliable and fair",
|
||||
quote: "Trustworthy, prompt, and did exactly what they said they would. Fair pricing too.",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099209.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Reliable and fair", quote: "Trustworthy, prompt, and did exactly what they said they would. Fair pricing too.", name: "Sarah Jenkins", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099209.jpg?_wi=2"},
|
||||
]}
|
||||
title="Real Words from Real Neighbors"
|
||||
description="Don't just take our word for it. Here is what Appleton homeowners have to say."
|
||||
@@ -191,8 +128,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get In Touch"
|
||||
title="Let's Get Your Plumbing Fixed"
|
||||
description="Call or fill out the form for the fastest response. We pick up, we show up, and we get it done."
|
||||
@@ -203,13 +139,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ken's Plumbing Inc."
|
||||
leftLink={{
|
||||
text: "© 2025 All rights reserved",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2025 All rights reserved", href: "#"}}
|
||||
rightLink={{
|
||||
text: "(920) 989-1421",
|
||||
href: "tel:9209891421",
|
||||
}}
|
||||
text: "(920) 989-1421", href: "tel:9209891421"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user