Merge version_1 into main #2
159
src/app/page.tsx
159
src/app/page.tsx
@@ -30,26 +30,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5555555555"}}
|
||||
brandName="Ken's Plumbing Inc."
|
||||
/>
|
||||
</div>
|
||||
@@ -57,78 +47,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fast, Reliable Plumbing in Fox River Valley"
|
||||
description="Adam and his son provide same-day, honest, and professional service for all your residential and commercial plumbing needs. 4.8-star service you can trust."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "4.8", label: "Star Rating"},
|
||||
{
|
||||
value: "Same-Day",
|
||||
label: "Service Availability",
|
||||
},
|
||||
value: "Same-Day", label: "Service Availability"},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Fox River Valley",
|
||||
},
|
||||
value: "Local", label: "Fox River Valley"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
text: "Call Now", href: "tel:5555555555"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"
|
||||
imageAlt="Adam from Ken's Plumbing"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local homes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Drain Cleaning",
|
||||
},
|
||||
type: "text", text: "Drain Cleaning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pipe Repair",
|
||||
},
|
||||
type: "text", text: "Pipe Repair"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Water Heaters",
|
||||
},
|
||||
type: "text", text: "Water Heaters"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Leak Detection",
|
||||
},
|
||||
type: "text", text: "Leak Detection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fixture Installation",
|
||||
},
|
||||
type: "text", text: "Fixture Installation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,28 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Water Heaters",
|
||||
description: "Professional replacement and efficient repairs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=2",
|
||||
imageAlt: "professional local plumber smiling portrait",
|
||||
title: "Water Heaters", description: "Professional replacement and efficient repairs.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fixture Installation",
|
||||
description: "Expert faucet and spigot installations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg",
|
||||
imageAlt: "plumbing repair tools residential pipe service",
|
||||
title: "Fixture Installation", description: "Expert faucet and spigot installations.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Toilet repairs and emergency leak assistance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: AlertCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=1",
|
||||
imageAlt: "family run local business plumber father son",
|
||||
title: "Emergency Repairs", description: "Toilet repairs and emergency leak assistance.", bentoComponent: "reveal-icon", icon: AlertCircle,
|
||||
},
|
||||
]}
|
||||
title="Expert Plumbing Services"
|
||||
@@ -177,19 +123,13 @@ export default function LandingPage() {
|
||||
description="Ken's Plumbing Inc. has served the Fox River Valley for years. As a father-son team, we believe in honest pricing, prompt communication, and treating your home like our own."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "Serving Fox River Valley for generations.",
|
||||
},
|
||||
title: "Local Expertise", description: "Serving Fox River Valley for generations."},
|
||||
{
|
||||
title: "Family Owned",
|
||||
description: "Adam and his son provide personalized care.",
|
||||
},
|
||||
title: "Family Owned", description: "Adam and his son provide personalized care."},
|
||||
{
|
||||
title: "Honest Pricing",
|
||||
description: "Straightforward, fair rates every time.",
|
||||
},
|
||||
title: "Honest Pricing", description: "Straightforward, fair rates every time."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"
|
||||
imageAlt="Ken's Plumbing family team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -200,30 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Sarah D.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jenny K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Jenny K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Lisa R.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by the Fox River Valley"
|
||||
cardTag="4.8 Star Service"
|
||||
@@ -238,22 +163,14 @@ export default function LandingPage() {
|
||||
description="Get prompt, same-day plumbing service. Fill out the form or give us a call."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your plumbing issue...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Describe your plumbing issue...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-is-ready-endotracheal-intubation-non-breathing-patient-young-female-paramedic-holding-iv-solution-ems-paramedics-provide-medical-help-injured-patient-way-hospital_657921-1493.jpg"
|
||||
/>
|
||||
@@ -266,9 +183,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user