Merge version_1 into main #2
201
src/app/page.tsx
201
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Plumbing Nashville"
|
||||
/>
|
||||
@@ -53,85 +45,54 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Nashville's Premier Plumbing & Drain Specialists"
|
||||
description="Fast, reliable, and done right the first time. Serving Music City homeowners and businesses with licensed plumbing excellence since 2008."
|
||||
kpis={[
|
||||
{
|
||||
value: "4,800+",
|
||||
label: "Jobs Completed",
|
||||
},
|
||||
value: "4,800+", label: "Jobs Completed"},
|
||||
{
|
||||
value: "16 Yrs",
|
||||
label: "Serving Nashville",
|
||||
},
|
||||
value: "16 Yrs", label: "Serving Nashville"},
|
||||
{
|
||||
value: "60 Min",
|
||||
label: "Avg Response Time",
|
||||
},
|
||||
value: "60 Min", label: "Avg Response Time"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Available 24/7"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:6155550199",
|
||||
},
|
||||
text: "Call Now", href: "tel:6155550199"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-safety-helmet-standing-with-arms-raised-holding-wrench-hammer-smiling-cheerfully-isolated-pink-wall_141793-15760.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-safety-helmet-standing-with-arms-raised-holding-wrench-hammer-smiling-cheerfully-isolated-pink-wall_141793-15760.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-holding-coffee-hand_197531-32497.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-holding-coffee-hand_197531-32497.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Owned",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Family Owned", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Top Rated",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Top Rated", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,28 +105,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Professional-grade hydrojetting to clear stubborn clogs.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-safety-helmet-standing-with-arms-raised-holding-wrench-hammer-smiling-cheerfully-isolated-pink-wall_141793-15760.jpg?_wi=2",
|
||||
imageAlt: "professional plumber working residential kitchen",
|
||||
title: "Drain Cleaning", description: "Professional-grade hydrojetting to clear stubborn clogs.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "24/7 rapid dispatch for burst pipes and flooding.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-pouring-coffee-cup_23-2149322538.jpg",
|
||||
imageAlt: "drain cleaning professional equipment",
|
||||
title: "Emergency Repairs", description: "24/7 rapid dispatch for burst pipes and flooding.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Water Heaters",
|
||||
description: "Installation and repair for all heater types.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=1",
|
||||
imageAlt: "emergency plumbing repair service",
|
||||
title: "Water Heaters", description: "Installation and repair for all heater types.", bentoComponent: "reveal-icon", icon: Home,
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
@@ -180,17 +126,11 @@ export default function LandingPage() {
|
||||
description="Licensed, insured, and committed to transparency with every job."
|
||||
metrics={[
|
||||
{
|
||||
value: "2-Year",
|
||||
title: "Labor Warranty",
|
||||
},
|
||||
value: "2-Year", title: "Labor Warranty"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Clean-Up Guaranteed",
|
||||
},
|
||||
value: "100%", title: "Clean-Up Guaranteed"},
|
||||
{
|
||||
value: "0%",
|
||||
title: "Surprise Fees",
|
||||
},
|
||||
value: "0%", title: "Surprise Fees"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -205,40 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Taylor L.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Excellent service and very transparent pricing!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Taylor L.", role: "Homeowner", testimonial: "Excellent service and very transparent pricing!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lyric V.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Quick water heater installation, very smooth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-holding-coffee-hand_197531-32497.jpg",
|
||||
},
|
||||
id: "2", name: "Lyric V.", role: "Homeowner", testimonial: "Quick water heater installation, very smooth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-holding-coffee-hand_197531-32497.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Saved our basement from flooding quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "3", name: "John J.", role: "Homeowner", testimonial: "Saved our basement from flooding quickly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jocelyn K.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Professional and very reliable service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
},
|
||||
id: "4", name: "Jocelyn K.", role: "Homeowner", testimonial: "Professional and very reliable service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sam R.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Great experience, would highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Sam R.", role: "Homeowner", testimonial: "Great experience, would highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="What our Nashville neighbors have to say."
|
||||
@@ -252,26 +167,18 @@ export default function LandingPage() {
|
||||
description="Ready to get started? Send us a message and we'll reach out."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Briefly describe your issue",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Briefly describe your issue", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Submit Request"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -282,49 +189,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Emergency Repairs",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Repairs", href: "#services"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Water Heaters", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "(615) 555-0199",
|
||||
href: "tel:6155550199",
|
||||
},
|
||||
label: "(615) 555-0199", href: "tel:6155550199"},
|
||||
{
|
||||
label: "24/7 Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "24/7 Service", href: "#"},
|
||||
{
|
||||
label: "TN Lic #48821",
|
||||
href: "#",
|
||||
},
|
||||
label: "TN Lic #48821", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user