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
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ken's Plumbing Inc."
|
brandName="Ken's Plumbing Inc."
|
||||||
/>
|
/>
|
||||||
@@ -53,45 +45,28 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Your Plumbing. Fixed Right. Same Day."
|
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."
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "(920) 989-1421",
|
text: "(920) 989-1421", href: "tel:9209891421"},
|
||||||
href: "tel:9209891421",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=1", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=2", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=3", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=4",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=4", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=5",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=5", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=6",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-768.jpg?_wi=6", imageAlt: "Professional plumbing repair service"},
|
||||||
imageAlt: "Professional plumbing repair service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -104,19 +79,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
title: "Water Heater Services",
|
title: "Water Heater Services", description: "Repair or full replacement — including warranty swaps. Fast, lasting results."},
|
||||||
description: "Repair or full replacement — including warranty swaps. Fast, lasting results.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Wrench,
|
icon: Wrench,
|
||||||
title: "Pipe Repair",
|
title: "Pipe Repair", description: "Leaking pipes, burst lines, and exterior spigots fixed right."},
|
||||||
description: "Leaking pipes, burst lines, and exterior spigots fixed right.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
icon: Droplet,
|
||||||
title: "Fixture Repair",
|
title: "Fixture Repair", description: "Toilets, sinks, and faucets fixed or installed with precision."},
|
||||||
description: "Toilets, sinks, and faucets fixed or installed with precision.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Every Plumbing Problem, One Trusted Call"
|
title="Every Plumbing Problem, One Trusted Call"
|
||||||
description="We specialize in fast, honest, and reliable plumbing solutions for Appleton residents."
|
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."
|
title="Family-Run, Community-Trusted."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call (920) 989-1421",
|
text: "Call (920) 989-1421", href: "tel:9209891421"},
|
||||||
href: "tel:9209891421",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -142,45 +109,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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: "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"
|
title="Real Words from Real Neighbors"
|
||||||
description="Don't just take our word for it. Here is what Appleton homeowners have to say."
|
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
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Let's Get Your Plumbing Fixed"
|
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."
|
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
|
<FooterLogoReveal
|
||||||
logoText="Ken's Plumbing Inc."
|
logoText="Ken's Plumbing Inc."
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "© 2025 All rights reserved",
|
text: "© 2025 All rights reserved", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "(920) 989-1421",
|
text: "(920) 989-1421", href: "tel:9209891421"}}
|
||||||
href: "tel:9209891421",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user