Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-09 03:29:33 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "why",
},
name: "Why Us", id: "why"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Service Area",
id: "service-area",
},
name: "Service Area", id: "service-area"},
]}
brandName="NC Plumbing Solutions"
/>
@@ -53,68 +45,43 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="North Carolina's Most Trusted Plumbing Service"
description="Professional, affordable, and always on time. We deliver 5-star results—from emergency repairs to full installations—across the Triangle."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/senior-woman-expressing-happiness-camera_23-2148286522.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/senior-woman-expressing-happiness-camera_23-2148286522.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-beard_23-2152009546.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-beard_23-2152009546.jpg", alt: "Customer"},
]}
buttons={[
{
text: "Call for Free Quote",
href: "tel:+19195550100",
},
text: "Call for Free Quote", href: "tel:+19195550100"},
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "24/7 Emergency Service",
icon: Clock,
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
},
{
type: "text-icon",
text: "Licensed & Insured",
icon: ShieldCheck,
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
},
{
type: "text-icon",
text: "Transparent Pricing",
icon: Wallet,
type: "text-icon", text: "Transparent Pricing", icon: Wallet,
},
{
type: "text-icon",
text: "Local Experts",
icon: MapPin,
type: "text-icon", text: "Local Experts", icon: MapPin,
},
{
type: "text-icon",
text: "5-Star Rated",
icon: Star,
type: "text-icon", text: "5-Star Rated", icon: Star,
},
]}
/>
@@ -127,36 +94,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Emergency Repairs",
description: "Fast 24/7 response for bursts, leaks, and no-hot-water emergencies.",
bentoComponent: "reveal-icon",
icon: AlertTriangle,
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg?_wi=1",
imageAlt: "professional plumbing tools background",
title: "Emergency Repairs", description: "Fast 24/7 response for bursts, leaks, and no-hot-water emergencies.", bentoComponent: "reveal-icon", icon: AlertTriangle,
},
{
title: "Water Heaters",
description: "Expert repair, replacement, and installation with fast turnaround.",
bentoComponent: "reveal-icon",
icon: Flame,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-showing-tongue-young-cleaning-guy-wearing-uniform-cap-holding-plunger-head_141793-123482.jpg",
imageAlt: "emergency plumbing repair service",
title: "Water Heaters", description: "Expert repair, replacement, and installation with fast turnaround.", bentoComponent: "reveal-icon", icon: Flame,
},
{
title: "Drain Cleaning",
description: "Root-cause diagnosis and clearing of whole-house drainage issues.",
bentoComponent: "reveal-icon",
icon: Waves,
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg",
imageAlt: "water heater installation modern",
title: "Drain Cleaning", description: "Root-cause diagnosis and clearing of whole-house drainage issues.", bentoComponent: "reveal-icon", icon: Waves,
},
{
title: "Faucet Installs",
description: "Professional installation of sinks, fixtures, and valves.",
bentoComponent: "reveal-icon",
icon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg",
imageAlt: "drain cleaning professional equipment",
title: "Faucet Installs", description: "Professional installation of sinks, fixtures, and valves.", bentoComponent: "reveal-icon", icon: Wrench,
},
]}
title="Complete Plumbing Solutions"
@@ -172,7 +119,7 @@ export default function LandingPage() {
description="Jorge built NC Plumbing Solutions on one promise: treat every customer the way he'd treat his own family."
subdescription="With over 5 years of experience, transparent pricing, and 5-star service, we are the partner your home deserves."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -183,45 +130,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Great Service",
quote: "Jorge fixed an outside leak during the snow. Top notch professional.",
name: "Simon Hardesty",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg",
},
id: "1", title: "Great Service", quote: "Jorge fixed an outside leak during the snow. Top notch professional.", name: "Simon Hardesty", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg"},
{
id: "2",
title: "Very Professional",
quote: "I'm a student and they made scheduling easy. Very knowledgeable and thorough.",
name: "Kayla Alexander",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-expressing-happiness-camera_23-2148286522.jpg",
},
id: "2", title: "Very Professional", quote: "I'm a student and they made scheduling easy. Very knowledgeable and thorough.", name: "Kayla Alexander", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-expressing-happiness-camera_23-2148286522.jpg"},
{
id: "3",
title: "Fast Installation",
quote: "Affordable and fast! 48 hours for an entire installation.",
name: "Kayla Janae",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
},
id: "3", title: "Fast Installation", quote: "Affordable and fast! 48 hours for an entire installation.", name: "Kayla Janae", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg"},
{
id: "4",
title: "My Go-To Plumber",
quote: "I have used him several times. He is communicative and thorough.",
name: "Maegan",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg",
},
id: "4", title: "My Go-To Plumber", quote: "I have used him several times. He is communicative and thorough.", name: "Maegan", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg"},
{
id: "5",
title: "Highly Recommend",
quote: "Came out on a Sunday within two hours. Efficient and friendly.",
name: "Jessica Hall",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-beard_23-2152009546.jpg",
},
id: "5", title: "Highly Recommend", quote: "Came out on a Sunday within two hours. Efficient and friendly.", name: "Jessica Hall", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-beard_23-2152009546.jpg"},
]}
title="Real Reviews from Local Families"
description="Here is what our satisfied customers in the Triangle area have to say about our professionalism."
@@ -232,12 +149,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Ready to get started?"
title="Get an Honest Quote Today"
description="Whether it's an emergency or a planned upgrade, we're ready to serve you. Call or sign up for a free quote."
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990697.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -249,14 +165,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
]}
/>
</div>