Update src/app/page.tsx

This commit is contained in:
2026-04-19 03:42:30 +00:00
parent 34aa5da6a8
commit 89c8a08cd9

View File

@@ -19,31 +19,24 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Spataro Plumbing"
/>
@@ -51,36 +44,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Rockland's Trusted Plumbing & Heating Experts"
description="Family-owned and operated. Serving Rockland, MA and surrounding communities with top-tier plumbing and heating repairs, installations, and maintenance."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg",
imageAlt: "Plumber working",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg",
imageAlt: "Service van",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg",
imageAlt: "Professional tools",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg",
imageAlt: "Plumbing expert",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/old-fire-hydrant-street_23-2148184334.jpg",
imageAlt: "Heating technician",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg",
imageAlt: "Quality work",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg", imageAlt: "Plumber working" },
{ imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg", imageAlt: "Service van" },
{ imageSrc: "http://img.b2bpic.net/free-photo/radiator-valve-macro-modern-heating-industrial-style_169016-69239.jpg", imageAlt: "Professional tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", imageAlt: "Plumbing expert" },
{ imageSrc: "http://img.b2bpic.net/free-photo/old-fire-hydrant-street_23-2148184334.jpg", imageAlt: "Heating technician" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg", imageAlt: "Quality work" }
]}
mediaAnimation="slide-up"
/>
@@ -91,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Serving Rockland Since 1995"
metrics={[
{
icon: Award,
label: "Years Experience",
value: "29+",
},
{
icon: CheckCircle,
label: "Jobs Completed",
value: "10k+",
},
{
icon: ThumbsUp,
label: "Happy Clients",
value: "98%",
},
{ icon: Award, label: "Years Experience", value: "29+" },
{ icon: CheckCircle, label: "Jobs Completed", value: "10k+" },
{ icon: ThumbsUp, label: "Happy Clients", value: "98%" }
]}
metricsAnimation="slide-up"
/>
@@ -118,21 +79,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Plumbing Repairs",
description: "From leaky faucets to emergency pipe bursts, our team is ready to help.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg",
},
{
title: "Heating Systems",
description: "Expert furnace and boiler repair, installation, and seasonal maintenance.",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg",
},
{
title: "Water Heaters",
description: "Tankless or traditional, we ensure you always have hot water when needed.",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg",
},
{ title: "Plumbing Repairs", description: "From leaky faucets to emergency pipe bursts, our team is ready to help.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg" },
{ title: "Heating Systems", description: "Expert furnace and boiler repair, installation, and seasonal maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg" },
{ title: "Water Heaters", description: "Tankless or traditional, we ensure you always have hot water when needed.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg" }
]}
title="Our Professional Services"
description="Comprehensive solutions for all your home's water and heating systems."
@@ -145,24 +94,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Shield,
title: "Licensed & Insured",
value: "100%",
},
{
id: "m2",
icon: Zap,
title: "Emergency Response",
value: "24/7",
},
{
id: "m3",
icon: Smile,
title: "Satisfaction Guaranteed",
value: "100%",
},
{ id: "m1", icon: Shield, title: "Licensed & Insured", value: "100%" },
{ id: "m2", icon: Zap, title: "Emergency Response", value: "24/7" },
{ id: "m3", icon: Smile, title: "Satisfaction Guaranteed", value: "100%" }
]}
title="Why Choose Us?"
description="Quality workmanship at competitive prices for Rockland residents."
@@ -175,41 +109,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Mark D.",
handle: "@mark_d",
testimonial: "Excellent service. Fixed our boiler in record time on a freezing day.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg",
},
{
id: "2",
name: "Sarah W.",
handle: "@sarah_w",
testimonial: "Very professional and clean. They fixed my bathroom leak efficiently.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg",
},
{
id: "3",
name: "James L.",
handle: "@james_l",
testimonial: "The Spataro team is the best in Rockland for any heating issue.",
imageSrc: "http://img.b2bpic.net/free-photo/sad-young-male-builder-wearing-uniform-safety-helmet-thumb-up-down-pink_141793-74585.jpg",
},
{
id: "4",
name: "Karen P.",
handle: "@karen_p",
testimonial: "Dependable and fair pricing. Highly recommended for any plumbing work.",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40328.jpg",
},
{
id: "5",
name: "Tom B.",
handle: "@tom_b",
testimonial: "Great experience with our water heater installation. Top quality.",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
},
{ id: "1", name: "Mark D.", handle: "@mark_d", testimonial: "Excellent service. Fixed our boiler in record time on a freezing day.", imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg" },
{ id: "2", name: "Sarah W.", handle: "@sarah_w", testimonial: "Very professional and clean. They fixed my bathroom leak efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg" },
{ id: "3", name: "James L.", handle: "@james_l", testimonial: "The Spataro team is the best in Rockland for any heating issue.", imageSrc: "http://img.b2bpic.net/free-photo/sad-young-male-builder-wearing-uniform-safety-helmet-thumb-up-down-pink_141793-74585.jpg" },
{ id: "4", name: "Karen P.", handle: "@karen_p", testimonial: "Dependable and fair pricing. Highly recommended for any plumbing work.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40328.jpg" },
{ id: "5", name: "Tom B.", handle: "@tom_b", testimonial: "Great experience with our water heater installation. Top quality.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg" }
]}
title="What Our Neighbors Say"
description="Read reviews from satisfied homeowners in Rockland, MA."
@@ -220,21 +124,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you provide emergency service?",
content: "Yes, we are available 24/7 for plumbing and heating emergencies in Rockland.",
},
{
id: "q2",
title: "Are you licensed and insured?",
content: "Yes, we are fully licensed and insured in Massachusetts.",
},
{
id: "q3",
title: "What towns do you serve?",
content: "We primarily serve Rockland and surrounding towns in the South Shore area.",
},
{ id: "q1", title: "Do you provide emergency service?", content: "Yes, we are available 24/7 for plumbing and heating emergencies in Rockland." },
{ id: "q2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured in Massachusetts." },
{ id: "q3", title: "What towns do you serve?", content: "We primarily serve Rockland and surrounding towns in the South Shore area." }
]}
sideTitle="Common Questions"
sideDescription="Need quick answers? Check our FAQ."
@@ -245,9 +137,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Need a Service Visit?"
description="Give us a call or send a request for an appointment today. We respond quickly."
@@ -259,38 +149,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [ { label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" } ] },
{ items: [ { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ] }
]}
logoText="Spataro Plumbing & Heating"
/>