6 Commits

Author SHA1 Message Date
00229c69b9 Merge version_2 into main
Merge version_2 into main
2026-04-02 18:33:06 +00:00
dc49e06181 Update src/app/page.tsx 2026-04-02 18:32:59 +00:00
aa56a4b75b Merge version_2 into main
Merge version_2 into main
2026-04-02 18:32:36 +00:00
41d83e79a3 Update src/app/styles/variables.css 2026-04-02 18:32:33 +00:00
6917cb435f Update src/app/page.tsx 2026-04-02 18:32:32 +00:00
26b78aad26 Merge version_1 into main
Merge version_1 into main
2026-04-02 18:30:26 +00:00
2 changed files with 53 additions and 149 deletions

View File

@@ -16,31 +16,25 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="elastic-effect" defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="medium"
sizing="mediumLarge" sizing="medium"
background="blurBottom" background="none"
cardStyle="solid" cardStyle="outline"
primaryButtonStyle="gradient" primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="solid"
headingFontWeight="bold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Compton Plumbing" brandName="Compton Plumbing"
/> />
@@ -49,51 +43,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-static", variant: "plain"}}
}}
title="Fast, Reliable Plumbing Services in Mesa, AZ Available 24/7" title="Fast, Reliable Plumbing Services in Mesa, AZ Available 24/7"
description="Trusted local plumbers with 4.8 star rating. Call now for immediate service. Family-Owned & Operated. Emergency Service Available." description="Trusted local plumbers with 4.8 star rating. Call now for immediate service. Family-Owned & Operated. Emergency Service Available."
buttons={[ buttons={[
{ {
text: "Call Now (480-926-3931)", text: "Call Now (480-926-3931)", href: "tel:+14809263931"},
href: "tel:+14809263931",
},
{ {
text: "Request Service", text: "Request Service", href: "#contact"},
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "Plumbing service in Mesa"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1",
imageAlt: "Plumbing service in Mesa",
},
{ {
id: "2", id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=2", imageAlt: "Plumbing technician working"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=2",
imageAlt: "Plumbing technician working",
},
{ {
id: "3", id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=3", imageAlt: "Friendly plumber smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=3",
imageAlt: "Friendly plumber smiling",
},
{ {
id: "4", id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=4", imageAlt: "Professional plumbing truck"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=4",
imageAlt: "Professional plumbing truck",
},
{ {
id: "5", id: "5", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=5", imageAlt: "Plumbing repair equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=5",
imageAlt: "Plumbing repair equipment",
},
{ {
id: "6", id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=6", imageAlt: "Residential plumbing setup"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=6",
imageAlt: "Residential plumbing setup",
},
]} ]}
/> />
</div> </div>
@@ -102,38 +73,26 @@ export default function LandingPage() {
<FeatureHoverPattern <FeatureHoverPattern
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={false}
features={[ features={[
{ {
icon: AlertTriangle, icon: AlertTriangle,
title: "Emergency Plumbing", title: "Emergency Plumbing", description: "Immediate help for urgent leaks and pipe bursts, 24/7."},
description: "Immediate help for urgent leaks and pipe bursts, 24/7.",
},
{ {
icon: Droplets, icon: Droplets,
title: "Drain Cleaning", title: "Drain Cleaning", description: "Quick, effective clearing of stubborn clogs and backed-up drains."},
description: "Quick, effective clearing of stubborn clogs and backed-up drains.",
},
{ {
icon: Search, icon: Search,
title: "Leak Detection", title: "Leak Detection", description: "Advanced tech to find hidden leaks before they cause major damage."},
description: "Advanced tech to find hidden leaks before they cause major damage.",
},
{ {
icon: Flame, icon: Flame,
title: "Water Heaters", title: "Water Heaters", description: "Full repair, maintenance, and installation for all heater types."},
description: "Full repair, maintenance, and installation for all heater types.",
},
{ {
icon: Droplets, icon: Droplets,
title: "Bathroom Plumbing", title: "Bathroom Plumbing", description: "Expert repairs for toilets, sinks, tubs, and fixture installations."},
description: "Expert repairs for toilets, sinks, tubs, and fixture installations.",
},
{ {
icon: Wrench, icon: Wrench,
title: "Pipe Repair", title: "Pipe Repair", description: "Professional pipe replacement and repair for home water systems."},
description: "Professional pipe replacement and repair for home water systems.",
},
]} ]}
title="Comprehensive Plumbing Services" title="Comprehensive Plumbing Services"
description="Providing top-tier plumbing solutions for Mesa residents. We specialize in fast, honest service for all your plumbing needs." description="Providing top-tier plumbing solutions for Mesa residents. We specialize in fast, honest service for all your plumbing needs."
@@ -143,26 +102,18 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us"> <div id="why-us" data-section="why-us">
<SplitAbout <SplitAbout
textboxLayout="split-description" textboxLayout="split-description"
useInvertedBackground={false} useInvertedBackground={true}
title="Why Mesa Trusts Us" title="Why Mesa Trusts Us"
description="We treat your home like our own, delivering honest, family-owned plumbing services with the expertise you deserve." description="We treat your home like our own, delivering honest, family-owned plumbing services with the expertise you deserve."
bulletPoints={[ bulletPoints={[
{ {
title: "24/7 Emergency Service", title: "24/7 Emergency Service", description: "Plumbing issues don't wait for business hours; neither do we."},
description: "Plumbing issues don't wait for business hours; neither do we.",
},
{ {
title: "Fast Response Times", title: "Fast Response Times", description: "Strategically located in Mesa to reach your doorstep quickly."},
description: "Strategically located in Mesa to reach your doorstep quickly.",
},
{ {
title: "Honest Pricing", title: "Honest Pricing", description: "Transparent estimates with no hidden fees or surprise upcharges."},
description: "Transparent estimates with no hidden fees or surprise upcharges.",
},
{ {
title: "Expert Technicians", title: "Expert Technicians", description: "Experienced, friendly, and background-checked plumbing professionals."},
description: "Experienced, friendly, and background-checked plumbing professionals.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=7" imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=7"
imageAlt="Professional local plumber" imageAlt="Professional local plumber"
@@ -173,48 +124,18 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardTen
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Exceptional Service", quote: "Super responsive, easy to work with, great communication, fast service.", name: "Sarah Miller", role: "Mesa Resident", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg"},
title: "Exceptional Service",
quote: "Super responsive, easy to work with, great communication, fast service.",
name: "Sarah Miller",
role: "Mesa Resident",
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg",
},
{ {
id: "2", id: "2", title: "Highly Professional", quote: "Great customer service in office and out. Handled my leak in minutes.", name: "David Chen", role: "Mesa Resident", imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg"},
title: "Highly Professional",
quote: "Great customer service in office and out. Handled my leak in minutes.",
name: "David Chen",
role: "Mesa Resident",
imageSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
},
{ {
id: "3", id: "3", title: "Trustworthy Experts", quote: "I know I can trust them for any emergency. My go-to local plumber.", name: "Emily Rodriguez", role: "Mesa Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"},
title: "Trustworthy Experts",
quote: "I know I can trust them for any emergency. My go-to local plumber.",
name: "Emily Rodriguez",
role: "Mesa Resident",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
},
{ {
id: "4", id: "4", title: "Responsive & Kind", quote: "Excellent communication and very fast service. Very professional technicians.", name: "Robert Smith", role: "Mesa Resident", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.jpg"},
title: "Responsive & Kind",
quote: "Excellent communication and very fast service. Very professional technicians.",
name: "Robert Smith",
role: "Mesa Resident",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.jpg",
},
{ {
id: "5", id: "5", title: "Fixed It First Time", quote: "They diagnosed the issue quickly and fixed it right the first time. Thanks!", name: "Linda Gomez", role: "Mesa Resident", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg"},
title: "Fixed It First Time",
quote: "They diagnosed the issue quickly and fixed it right the first time. Thanks!",
name: "Linda Gomez",
role: "Mesa Resident",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg",
},
]} ]}
title="Trusted by Your Neighbors" title="Trusted by Your Neighbors"
description="Don't take our word for it—read what your fellow Mesa residents are saying." description="Don't take our word for it—read what your fellow Mesa residents are saying."
@@ -223,22 +144,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Need Help?" tag="Need Help?"
title="Need a Plumber Now?" title="Need a Plumber Now?"
description="Ready to help with all your residential plumbing needs in Mesa. Call now or request service online." description="Ready to help with all your residential plumbing needs in Mesa. Call now or request service online."
buttons={[ buttons={[
{ {
text: "Call (480) 926-3931", text: "Call (480) 926-3931", href: "tel:+14809263931"},
href: "tel:+14809263931",
},
{ {
text: "Request Service", text: "Request Service", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -247,33 +163,21 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Contact Us", title: "Contact Us", items: [
items: [
{ {
label: "(480) 926-3931", label: "(480) 926-3931", href: "tel:+14809263931"},
href: "tel:+14809263931",
},
{ {
label: "Open 24/7", label: "Open 24/7", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #1a1a1a;
--primary-cta: #15479c; --primary-cta: #1c1c1c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f1f1f1;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #c4c4c4; --background-accent: #f1f1f1;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);