Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 16:18:19 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle, Droplets, Search, Tool, Wrench } from "lucide-react";
import { CheckCircle, Droplets, Search, Wrench, Settings } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Miller and Sons Plumbing, LLC"
/>
@@ -54,41 +46,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Your Trusted Local Plumber in Lexington"
description="Fast response, quality work, and dependable service when you need it most. Get your plumbing issues fixed quickly by trusted local professionals."
buttons={[
{
text: "Get Your Free Estimate",
href: "#contact",
},
text: "Get Your Free Estimate", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg",
imageAlt: "Professional plumbing service",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg", imageAlt: "Professional plumbing service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg",
imageAlt: "Residential plumbing repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg", imageAlt: "Residential plumbing repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg",
imageAlt: "Emergency plumbing technician",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", imageAlt: "Emergency plumbing technician"},
{
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg",
imageAlt: "Drain cleaning service",
},
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Drain cleaning service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg",
imageAlt: "Satisfied plumbing customer",
},
imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg", imageAlt: "Satisfied plumbing customer"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
imageAlt: "Pipe installation service",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "Pipe installation service"},
]}
mediaAnimation="slide-up"
/>
@@ -100,9 +77,7 @@ export default function LandingPage() {
title="Miller and Sons Plumbing, LLC: Reliable Plumbing Services in Lexington, SC"
buttons={[
{
text: "Get Your Free Estimate",
href: "#contact",
},
text: "Get Your Free Estimate", href: "#contact"},
]}
/>
</div>
@@ -115,29 +90,19 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
title: "Emergency Plumbing Repairs",
description: "Rapid response for urgent plumbing issues around the clock.",
},
title: "Emergency Plumbing Repairs", description: "Rapid response for urgent plumbing issues around the clock."},
{
icon: Search,
title: "Leak Detection & Fixes",
description: "Pinpointing leaks accurately to prevent further water damage.",
},
title: "Leak Detection & Fixes", description: "Pinpointing leaks accurately to prevent further water damage."},
{
icon: Droplets,
title: "Drain Cleaning",
description: "Professional drain cleaning to restore flow to your home's pipes.",
},
title: "Drain Cleaning", description: "Professional drain cleaning to restore flow to your home's pipes."},
{
icon: Tool,
title: "Pipe Installation & Replacement",
description: "Durable installation and replacement for aging or damaged piping systems.",
},
icon: Settings,
title: "Pipe Installation & Replacement", description: "Durable installation and replacement for aging or damaged piping systems."},
{
icon: CheckCircle,
title: "General Plumbing Services",
description: "Comprehensive maintenance and minor repairs for residential plumbing.",
},
title: "General Plumbing Services", description: "Comprehensive maintenance and minor repairs for residential plumbing."},
]}
title="Our Professional Plumbing Services"
description="We offer a comprehensive range of plumbing services to keep your home running smoothly."
@@ -152,20 +117,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "Fast",
description: "Response time",
},
id: "m1", value: "Fast", description: "Response time"},
{
id: "m2",
value: "Honest",
description: "Transparent pricing",
},
id: "m2", value: "Honest", description: "Transparent pricing"},
{
id: "m3",
value: "Trusted",
description: "Local family-owned",
},
id: "m3", value: "Trusted", description: "Local family-owned"},
]}
title="Why Local Homeowners Trust Us"
description="We prioritize service, honesty, and local community satisfaction."
@@ -179,59 +135,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Lexington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Lexington Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Homeowner",
company: "Lexington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg",
},
id: "2", name: "Michael Chen", role: "Homeowner", company: "Lexington Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Lexington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Lexington Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg"},
{
id: "4",
name: "David Kim",
role: "Homeowner",
company: "Lexington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
},
id: "4", name: "David Kim", role: "Homeowner", company: "Lexington Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
{
id: "5",
name: "Laura Smith",
role: "Homeowner",
company: "Lexington Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
},
id: "5", name: "Laura Smith", role: "Homeowner", company: "Lexington Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
]}
kpiItems={[
{
value: "5.0",
label: "Google Rating",
},
value: "5.0", label: "Google Rating"},
{
value: "100+",
label: "Happy Clients",
},
value: "100+", label: "Happy Clients"},
{
value: "100%",
label: "Reliable Service",
},
value: "100%", label: "Reliable Service"},
]}
title="Trusted by Local Homeowners"
description="Read what our neighbors in Lexington have to say about our work."
@@ -244,9 +169,7 @@ export default function LandingPage() {
title="Miller and Sons Plumbing: Fast, Honest, and Local."
buttons={[
{
text: "Get Your Free Estimate",
href: "#contact",
},
text: "Get Your Free Estimate", href: "#contact"},
]}
/>
</div>
@@ -255,8 +178,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="FREE ESTIMATE"
title="Need a plumber you can trust?"
description="Request your free estimate today and get fast, reliable plumbing service in Lexington."
@@ -268,29 +190,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "307 Merus Dr, Lexington, SC 29072",
href: "https://www.google.com/maps/place/Miller+and+Sons+Plumbing/",
},
label: "307 Merus Dr, Lexington, SC 29072", href: "https://www.google.com/maps/place/Miller+and+Sons+Plumbing/"},
{
label: "Call Us Today",
href: "tel:5550102020",
},
label: "Call Us Today", href: "tel:5550102020"},
],
},
]}
@@ -301,4 +213,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}