3 Commits

Author SHA1 Message Date
420cda79cd Update theme colors 2026-03-27 21:17:48 +00:00
96923b3a2d Update src/app/page.tsx 2026-03-27 21:15:43 +00:00
5df1e2ef50 Merge version_1 into main
Merge version_1 into main
2026-03-27 21:12:14 +00:00
2 changed files with 60 additions and 167 deletions

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
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="Bottazzi DePasquale" brandName="Bottazzi DePasquale"
/> />
@@ -53,72 +45,43 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Trusted Plumbing & Heating Experts in Marlborough, MA" title="Trusted Plumbing & Heating Experts in Marlborough, MA"
description="Providing fast, honest service for repairs, installations, and emergencies for over 40 years. Your go-to team in MetroWest." description="Providing fast, honest service for repairs, installations, and emergencies for over 40 years. Your go-to team in MetroWest."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=1", imageAlt: "Expert plumbing service"},
imageAlt: "Expert plumbing service",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=2", imageAlt: "Local plumbing team"},
imageAlt: "Local plumbing team",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=3", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=3", imageAlt: "Heating system installation"},
imageAlt: "Heating system installation",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=4", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=4", imageAlt: "Emergency repairs"},
imageAlt: "Emergency repairs",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=5", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=5", imageAlt: "Water heater services"},
imageAlt: "Water heater services",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=6", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=6", imageAlt: "Professional plumbing team"},
imageAlt: "Professional plumbing team",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=7", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=7", imageAlt: "Plumbing service"},
imageAlt: "Plumbing service",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=8", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=8", imageAlt: "Heating service"},
imageAlt: "Heating service",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=9", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=9", imageAlt: "Professional service"},
imageAlt: "Professional service",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=10", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=10", imageAlt: "Expert repairs"},
imageAlt: "Expert repairs",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=11", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=11", imageAlt: "Emergency response"},
imageAlt: "Emergency response",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=12", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=12", imageAlt: "Local expertise"},
imageAlt: "Local expertise",
},
]} ]}
tag="40+ Years of Experience" tag="40+ Years of Experience"
buttons={[ buttons={[
{ {
text: "Call Now: (508) 626-1303", text: "Call Now: (508) 626-1303", href: "tel:5086261303"},
href: "tel:5086261303",
},
{ {
text: "Request Free Quote", text: "Request Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -130,40 +93,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", handle: "Marlborough Resident", testimonial: "Nick walked me through how to fix a minor issue myself. That's the honesty you don't find anymore.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=1"},
name: "Sarah Johnson",
handle: "Marlborough Resident",
testimonial: "Nick walked me through how to fix a minor issue myself. That's the honesty you don't find anymore.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "David Smith", handle: "Property Manager", testimonial: "Bottazzi DePasquale is my go-to plumber for all my units. Fast, responsive, and fair pricing every time.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-white-shirt-headphones-with-microphone-looking-camera-smiling-showing-thumbs-up-sitting-table-offise-white-background_141793-53945.jpg"},
name: "David Smith",
handle: "Property Manager",
testimonial: "Bottazzi DePasquale is my go-to plumber for all my units. Fast, responsive, and fair pricing every time.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-white-shirt-headphones-with-microphone-looking-camera-smiling-showing-thumbs-up-sitting-table-offise-white-background_141793-53945.jpg",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", handle: "Local Homeowner", testimonial: "They have been our family plumber for years. Extremely professional, clean, and explains everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg"},
name: "Emily Rodriguez",
handle: "Local Homeowner",
testimonial: "They have been our family plumber for years. Extremely professional, clean, and explains everything clearly.",
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg",
},
{ {
id: "4", id: "4", name: "Michael Chen", handle: "Southborough Resident", testimonial: "Called for an emergency water heater repair and they were there within the hour. Lifesavers.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738006.jpg"},
name: "Michael Chen",
handle: "Southborough Resident",
testimonial: "Called for an emergency water heater repair and they were there within the hour. Lifesavers.",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738006.jpg",
},
{ {
id: "5", id: "5", name: "Robert Miller", handle: "Marlborough Resident", testimonial: "Honest, reliable, and always on time. They fixed a major pipe leak that three other plumbers couldn't handle.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=2"},
name: "Robert Miller",
handle: "Marlborough Resident",
testimonial: "Honest, reliable, and always on time. They fixed a major pipe leak that three other plumbers couldn't handle.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg?_wi=2",
},
]} ]}
title="Trusted by MetroWest Homeowners" title="Trusted by MetroWest Homeowners"
description="Don't just take our word for it—read what our long-term clients say about our honesty and reliability." description="Don't just take our word for it—read what our long-term clients say about our honesty and reliability."
@@ -175,61 +113,44 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
featureTitleClassName="text-blue-900"
features={[ features={[
{ {
id: "f1", id: "f1", title: "Plumbing Repairs", description: "Expert solutions for leaks, clogs, and pipe issues.", media: {
title: "Plumbing Repairs", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=13"},
description: "Expert solutions for leaks, clogs, and pipe issues.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=13",
},
items: [ items: [
{ {
icon: Wrench, icon: Wrench,
text: "Leak detection", text: "Leak detection"},
},
{ {
icon: Wrench, icon: Wrench,
text: "Pipe repair", text: "Pipe repair"},
},
], ],
reverse: false, reverse: false,
}, },
{ {
id: "f2", id: "f2", title: "Water Heaters", description: "Installation and repair for all heater types.", media: {
title: "Water Heaters", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=14"},
description: "Installation and repair for all heater types.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=14",
},
items: [ items: [
{ {
icon: Zap, icon: Zap,
text: "Instant repair", text: "Instant repair"},
},
{ {
icon: Zap, icon: Zap,
text: "New installation", text: "New installation"},
},
], ],
reverse: true, reverse: true,
}, },
{ {
id: "f3", id: "f3", title: "Heating Systems", description: "Reliable heating maintenance and repair services.", media: {
title: "Heating Systems", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=15"},
description: "Reliable heating maintenance and repair services.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-smiling-friendly-showing-thumbs-up-standing-isolated-pink-wall_141793-14054.jpg?_wi=15",
},
items: [ items: [
{ {
icon: Flame, icon: Flame,
text: "Boiler repair", text: "Boiler repair"},
},
{ {
icon: Flame, icon: Flame,
text: "Tune-ups", text: "Tune-ups"},
},
], ],
reverse: false, reverse: false,
}, },
@@ -246,17 +167,11 @@ export default function LandingPage() {
description="Nick and the team have been serving Marlborough and the MetroWest area for decades. We value building long-term relationships and take pride in servicing older homes with a friendly, honest, no-upsell approach." description="Nick and the team have been serving Marlborough and the MetroWest area for decades. We value building long-term relationships and take pride in servicing older homes with a friendly, honest, no-upsell approach."
metrics={[ metrics={[
{ {
value: "40+", value: "40+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "4.9★", value: "4.9★", title: "Customer Rating"},
title: "Customer Rating",
},
{ {
value: "100%", value: "100%", title: "Licensed & Insured"},
title: "Licensed & Insured",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -268,20 +183,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Ready for a Quote?" tag="Ready for a Quote?"
title="Need a Plumber Today?" title="Need a Plumber Today?"
description="Call us for same-day emergency service or fill out the form for a no-obligation estimate." description="Call us for same-day emergency service or fill out the form for a no-obligation estimate."
buttons={[ buttons={[
{ {
text: "Call Now: (508) 626-1303", text: "Call Now: (508) 626-1303", href: "tel:5086261303"},
href: "tel:5086261303",
},
{ {
text: "Request Service", text: "Request Service", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -290,46 +200,29 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Service Areas", title: "Service Areas", items: [
items: [
{ {
label: "Marlborough", label: "Marlborough", href: "#"},
href: "#",
},
{ {
label: "Southborough", label: "Southborough", href: "#"},
href: "#",
},
{ {
label: "Framingham", label: "Framingham", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "(508) 626-1303", label: "(508) 626-1303", href: "tel:5086261303"},
href: "tel:5086261303",
},
], ],
}, },
]} ]}
@@ -340,4 +233,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -12,13 +12,13 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #1E3A5F; --foreground: #000612e6;
--primary-cta: #1E3A5F; --primary-cta: #15479c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #C0392B; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #000612e6;
--accent: #E2E2E2; --accent: #e2e2e2;
--background-accent: #F4F4F4; --background-accent: #c4c4c4;
/* 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);