Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 589c60ee28 | |||
| bb3e7d1efb |
160
src/app/page.tsx
160
src/app/page.tsx
@@ -30,72 +30,45 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Chappell Plumbing"
|
brandName="Chappell Plumbing"
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:2529026268"}}
|
||||||
href: "tel:2529026268",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Get Your Plumbing Fixed Today — Fast & Reliable Service"
|
title="Get Your Plumbing Fixed Today — Fast & Reliable Service"
|
||||||
description="Expert residential and commercial plumbing services in Nashville, NC. Licensed, insured, and ready to solve your plumbing problems promptly."
|
description="Expert residential and commercial plumbing services in Nashville, NC. Licensed, insured, and ready to solve your plumbing problems promptly."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:2529026268"},
|
||||||
href: "tel:2529026268",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=1",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=1", imageAlt: "Plumbing expert"},
|
||||||
imageAlt: "Plumbing expert",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=2",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=2", imageAlt: "Reliable plumbing service"},
|
||||||
imageAlt: "Reliable plumbing service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=3",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=3", imageAlt: "Pipe installation service"},
|
||||||
imageAlt: "Pipe installation service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=4",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=4", imageAlt: "Leak detection expert"},
|
||||||
imageAlt: "Leak detection expert",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=5",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=5", imageAlt: "Emergency plumbing service"},
|
||||||
imageAlt: "Emergency plumbing service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=6",
|
imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=6", imageAlt: "High quality service"},
|
||||||
imageAlt: "High quality service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,21 +80,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"No Hidden Fees",
|
"No Hidden Fees", "No Unfinished Work", "No Unqualified Repairs", "No Delays In Service", "No Mess Left Behind"],
|
||||||
"No Unfinished Work",
|
|
||||||
"No Unqualified Repairs",
|
|
||||||
"No Delays In Service",
|
|
||||||
"No Mess Left Behind",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Expert Plumbing Repairs",
|
"Expert Plumbing Repairs", "Precision Leak Detection", "Pipe Installation Services", "24/7 Emergency Plumbing Support", "Drain Cleaning Solutions"],
|
||||||
"Precision Leak Detection",
|
|
||||||
"Pipe Installation Services",
|
|
||||||
"24/7 Emergency Plumbing Support",
|
|
||||||
"Drain Cleaning Solutions",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Professional Plumbing Services"
|
title="Professional Plumbing Services"
|
||||||
description="We handle every plumbing need with precision and care."
|
description="We handle every plumbing need with precision and care."
|
||||||
@@ -136,7 +99,7 @@ export default function LandingPage() {
|
|||||||
description="With years of experience serving Nashville, NC, Chappell Plumbing Solutions provides professional and trustworthy service for every customer."
|
description="With years of experience serving Nashville, NC, Chappell Plumbing Solutions provides professional and trustworthy service for every customer."
|
||||||
subdescription="Our team of certified professionals ensures your plumbing is handled with the highest standards of safety and efficiency."
|
subdescription="Our team of certified professionals ensures your plumbing is handled with the highest standards of safety and efficiency."
|
||||||
icon={Shield}
|
icon={Shield}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=1"
|
imageSrc="https://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -148,45 +111,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Fast and reliable service! Fixed my leak in under an hour.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=7", imageAlt: "modern plumbing services"},
|
||||||
name: "John Doe",
|
|
||||||
handle: "@johndoe",
|
|
||||||
testimonial: "Fast and reliable service! Fixed my leak in under an hour.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg?_wi=7",
|
|
||||||
imageAlt: "modern plumbing services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and fair pricing. Highly recommended.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=2", imageAlt: "professional plumber at work"},
|
||||||
name: "Jane Smith",
|
|
||||||
handle: "@janesmith",
|
|
||||||
testimonial: "Very professional and fair pricing. Highly recommended.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg?_wi=2",
|
|
||||||
imageAlt: "professional plumber at work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Mike Johnson", handle: "@mikej", testimonial: "Chappell plumbing saved my kitchen. Great service.", imageSrc: "https://img.b2bpic.net/free-vector/black-blue-letter-s-business-card_1057-4424.jpg", imageAlt: "plumbing business badge"},
|
||||||
name: "Mike Johnson",
|
|
||||||
handle: "@mikej",
|
|
||||||
testimonial: "Chappell plumbing saved my kitchen. Great service.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/black-blue-letter-s-business-card_1057-4424.jpg",
|
|
||||||
imageAlt: "plumbing business badge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sarah Williams", handle: "@sarahw", testimonial: "Quality work, friendly team. Thanks guys!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sek4bd", imageAlt: "plumbing business badge"},
|
||||||
name: "Sarah Williams",
|
|
||||||
handle: "@sarahw",
|
|
||||||
testimonial: "Quality work, friendly team. Thanks guys!",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sek4bd",
|
|
||||||
imageAlt: "plumbing business badge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Robert Brown", handle: "@robb", testimonial: "The emergency service was incredible. Got here fast.", imageSrc: "https://img.b2bpic.net/free-vector/plumbing-labels-icons-set_1284-4470.jpg", imageAlt: "plumbing business badge"},
|
||||||
name: "Robert Brown",
|
|
||||||
handle: "@robb",
|
|
||||||
testimonial: "The emergency service was incredible. Got here fast.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-labels-icons-set_1284-4470.jpg",
|
|
||||||
imageAlt: "plumbing business badge",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Highly recommended for their reliability and professional service in the Nashville area."
|
description="Highly recommended for their reliability and professional service in the Nashville area."
|
||||||
@@ -197,8 +130,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Emergency Assistance"
|
tag="Emergency Assistance"
|
||||||
title="Need a plumber right now?"
|
title="Need a plumber right now?"
|
||||||
description="Call (252) 902-6268 or use the contact form for a free quote."
|
description="Call (252) 902-6268 or use the contact form for a free quote."
|
||||||
@@ -210,53 +142,31 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Repairs",
|
label: "Repairs", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Installation",
|
label: "Installation", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Emergency",
|
label: "Emergency", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Leak Detection",
|
label: "Leak Detection", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Drain Cleaning",
|
label: "Drain Cleaning", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user