Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-26 02:16:50 +00:00

View File

@@ -31,27 +31,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
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: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Magliato Plumbing"
button={{
text: "Request Service",
href: "#contact",
}}
text: "Request Service", href: "#contact"}}
/>
</div>
@@ -61,39 +51,23 @@ export default function LandingPage() {
description="Plumbing done with the precision of a specialist and the polish of a luxury brand. Built to convert high-value residential leads, this concept positions Magliato Plumbing as the first call for urgent repairs, heating and hot water systems, and detail-driven plumbing upgrades."
buttons={[
{
text: "Book Your Service Call",
href: "#contact",
},
text: "Book Your Service Call", href: "#contact"},
{
text: "See Why Homeowners Trust Us",
href: "#reviews",
},
text: "See Why Homeowners Trust Us", href: "#reviews"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg",
imageAlt: "Modern plumbing work with clean pipes",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg", imageAlt: "Modern plumbing work with clean pipes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-house-porcelain-tub-modern_1203-4903.jpg",
imageAlt: "Luxury bathroom plumbing fixtures",
},
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-house-porcelain-tub-modern_1203-4903.jpg", imageAlt: "Luxury bathroom plumbing fixtures"},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-world-water-day-infographic-template_23-2149286465.jpg",
imageAlt: "Sleek modern water heater unit",
},
imageSrc: "http://img.b2bpic.net/free-vector/flat-world-water-day-infographic-template_23-2149286465.jpg", imageAlt: "Sleek modern water heater unit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg",
imageAlt: "Professional plumbing technician",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg", imageAlt: "Professional plumbing technician"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg",
imageAlt: "Seamless pipe work in modern home",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Seamless pipe work in modern home"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pipes-parking-lot_1127-33.jpg",
imageAlt: "Modern plumbing infrastructure of a house",
},
imageSrc: "http://img.b2bpic.net/free-photo/pipes-parking-lot_1127-33.jpg", imageAlt: "Modern plumbing infrastructure of a house"},
]}
/>
</div>
@@ -117,29 +91,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "emergency",
title: "Emergency Plumbing",
description: "Fast-response service for urgent leaks, clogs, frozen pipes, failed water heaters, sewage backups, and no-heat/no-hot-water situations.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg",
},
id: "emergency", title: "Emergency Plumbing", description: "Fast-response service for urgent leaks, clogs, frozen pipes, failed water heaters, sewage backups, and no-heat/no-hot-water situations.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg"},
{
id: "heating",
title: "Heating & Hot Water Systems",
description: "High-end installs, replacements, tune-ups, and diagnostics for boilers, combi units, tankless systems, and whole-home hot water solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg",
},
id: "heating", title: "Heating & Hot Water Systems", description: "High-end installs, replacements, tune-ups, and diagnostics for boilers, combi units, tankless systems, and whole-home hot water solutions.", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg"},
{
id: "drain",
title: "Drain, Sewer & Main Line Work",
description: "From stubborn drain issues to main line problems and root intrusions, handled with precision, transparency, and clean workmanship.",
imageSrc: "http://img.b2bpic.net/free-photo/feet-man-standing-longboard_23-2148138968.jpg",
},
id: "drain", title: "Drain, Sewer & Main Line Work", description: "From stubborn drain issues to main line problems and root intrusions, handled with precision, transparency, and clean workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/feet-man-standing-longboard_23-2148138968.jpg"},
{
id: "upgrades",
title: "Gas, Fixtures & Home Upgrades",
description: "Gas line work, faucet replacements, bathroom updates, outdoor spigots, fridge lines, pressure improvements, and finish-level plumbing details.",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-kitchen-with-orange_1157-13681.jpg",
},
id: "upgrades", title: "Gas, Fixtures & Home Upgrades", description: "Gas line work, faucet replacements, bathroom updates, outdoor spigots, fridge lines, pressure improvements, and finish-level plumbing details.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-kitchen-with-orange_1157-13681.jpg"},
]}
title="Premium plumbing services homeowners actually search for."
description="The offer stack is structured around high-converting categories: urgent problems, system work, line issues, and home upgrades."
@@ -154,60 +112,25 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Local Homeowner",
role: "Client",
company: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3132.jpg",
},
id: "1", name: "Local Homeowner", role: "Client", company: "Residential", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3132.jpg"},
{
id: "2",
name: "Residential Client",
role: "Homeowner",
company: "Local Residence",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-camera-while-holding-cellphone-near-red-wall_23-2148193969.jpg",
},
id: "2", name: "Residential Client", role: "Homeowner", company: "Local Residence", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-camera-while-holding-cellphone-near-red-wall_23-2148193969.jpg"},
{
id: "3",
name: "Repeat Customer",
role: "Property Owner",
company: "Trusted Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
},
id: "3", name: "Repeat Customer", role: "Property Owner", company: "Trusted Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg"},
{
id: "4",
name: "Satisfied Customer",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-6.jpg",
},
id: "4", name: "Satisfied Customer", role: "Homeowner", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-jacket-laughing-happy_150588-6.jpg"},
]}
kpiItems={[
{
value: "50+",
category: "Years",
title: "In Business",
subtitle: "Trusted local presence",
},
value: "50+", title: "In Business", subtitle: "Trusted local presence"},
{
value: "1000+",
category: "Projects",
title: "Completed",
subtitle: "Extensive experience",
},
value: "1000+", title: "Completed", subtitle: "Extensive experience"},
{
value: "99%",
category: "Satisfaction",
title: "Rate",
subtitle: "Dedicated to excellence",
},
value: "99%", title: "Rate", subtitle: "Dedicated to excellence"},
]}
title="Reputation that closes the deal before the phone call even starts."
description="This review section is styled to support premium pricing and instant trust by emphasizing responsiveness, honesty, clean work, and real technical competence."
@@ -221,25 +144,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What makes Magliato Plumbing different?",
content: "The brand position here is premium local service: fast communication, clean workmanship, honest recommendations, and a polished customer experience from first call to final walkthrough.",
},
id: "1", title: "What makes Magliato Plumbing different?", content: "The brand position here is premium local service: fast communication, clean workmanship, honest recommendations, and a polished customer experience from first call to final walkthrough."},
{
id: "2",
title: "Do you handle emergency calls?",
content: "Yes. The site is built to convert urgent leads quickly, with multiple high-visibility contact calls to action for emergency plumbing needs.",
},
id: "2", title: "Do you handle emergency calls?", content: "Yes. The site is built to convert urgent leads quickly, with multiple high-visibility contact calls to action for emergency plumbing needs."},
{
id: "3",
title: "Do you install high-efficiency heating systems?",
content: "Yes. This concept highlights premium boiler, combi, tankless, and hot water system work, including specialized system service and replacement projects.",
},
id: "3", title: "Do you install high-efficiency heating systems?", content: "Yes. This concept highlights premium boiler, combi, tankless, and hot water system work, including specialized system service and replacement projects."},
{
id: "4",
title: "Do you work on both repairs and upgrades?",
content: "Yes. The service mix is positioned for everyday repairs, urgent problems, and larger-value residential upgrade jobs.",
},
id: "4", title: "Do you work on both repairs and upgrades?", content: "Yes. The service mix is positioned for everyday repairs, urgent problems, and larger-value residential upgrade jobs."},
]}
title="Answer the questions that stop people from reaching out."
description="We address common inquiries to provide clarity and build confidence, ensuring you have all the information you need before contacting us."
@@ -252,8 +163,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Final Conversion Section"
title="Turn a no-website business into a premium local brand that looks booked out."
description="This concept gives Magliato Plumbing a luxury identity, a clean service hierarchy, and strong conversion paths for both emergency jobs and larger installs. Reach out for fast callbacks, direct communication, and premium workmanship for all your plumbing needs. Service area: Add towns / county here."
@@ -270,19 +180,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com",
ariaLabel: "Facebook",
},
href: "https://facebook.com", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://instagram.com",
ariaLabel: "Instagram",
},
href: "https://instagram.com", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "https://twitter.com",
ariaLabel: "Twitter",
},
href: "https://twitter.com", ariaLabel: "Twitter"},
]}
/>
</div>