Merge version_2 into main #3
176
src/app/page.tsx
176
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Lovett Plumbing & Heating"
|
||||
/>
|
||||
@@ -53,38 +45,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title=" Plumbing & Heating"
|
||||
description="Fast response, fair prices, work done right the first time. Charlie and the team answer the phone and solve problems—no unnecessary upselling, no games."
|
||||
tag="Expert Local Service"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now or Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Call Now or Request Service", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=1",
|
||||
imageAlt: "Professional boiler repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=1", imageAlt: "Professional boiler repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Emergency plumbing service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=1",
|
||||
imageAlt: "Water heater installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=1", imageAlt: "Water heater installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=1",
|
||||
imageAlt: "Friendly customer service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=1", imageAlt: "Friendly customer service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1",
|
||||
imageAlt: "Professional plumbing tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1", imageAlt: "Professional plumbing tools"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,17 +77,11 @@ export default function LandingPage() {
|
||||
description="At Lovett Plumbing & Heating, we believe plumbing shouldn't be stressful. Charlie and our team are dedicated to providing honest assessments, fair pricing, and reliable service to homeowners just like you."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Same-Day Emergency Service",
|
||||
description: "When you have a crisis, we respond fast.",
|
||||
},
|
||||
title: "Same-Day Emergency Service", description: "When you have a crisis, we respond fast."},
|
||||
{
|
||||
title: "Honest, No-Upsell Advice",
|
||||
description: "We only recommend what your system actually needs.",
|
||||
},
|
||||
title: "Honest, No-Upsell Advice", description: "We only recommend what your system actually needs."},
|
||||
{
|
||||
title: "Transparent Local Pricing",
|
||||
description: "Fair rates, no hidden fees, clear communication.",
|
||||
},
|
||||
title: "Transparent Local Pricing", description: "Fair rates, no hidden fees, clear communication."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826976.jpg"
|
||||
imageAlt="Charlie, our lead plumber, is ready to help."
|
||||
@@ -123,21 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Commission-based upselling",
|
||||
"Long wait times",
|
||||
"Hidden costs",
|
||||
"Unprofessional technicians",
|
||||
"Generic chain-service mentality",
|
||||
],
|
||||
"Commission-based upselling", "Long wait times", "Hidden costs", "Unprofessional technicians", "Generic chain-service mentality"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Honest, expert advice",
|
||||
"Fast, responsive communication",
|
||||
"Fair, upfront pricing",
|
||||
"Licensed, vetted professionals",
|
||||
"Personalized local attention",
|
||||
],
|
||||
"Honest, expert advice", "Fast, responsive communication", "Fair, upfront pricing", "Licensed, vetted professionals", "Personalized local attention"],
|
||||
}}
|
||||
title="Why Choose Lovett?"
|
||||
description="Compare the difference when you work with local family-business experts who put your home first."
|
||||
@@ -150,60 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Jan 2025",
|
||||
title: "Reliable & Honest",
|
||||
quote: "Charlie came out the same day for our water heater. He was so honest about what we actually needed.",
|
||||
tag: "Happy Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=2",
|
||||
imageAlt: "professional plumber boiler repair",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Reliable & Honest", quote: "Charlie came out the same day for our water heater. He was so honest about what we actually needed.", tag: "Happy Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=2", imageAlt: "professional plumber boiler repair"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "Dec 2024",
|
||||
title: "Fair Pricing",
|
||||
quote: "I appreciate that they take the time to troubleshoot over the phone before charging for a visit.",
|
||||
tag: "Homeowner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2",
|
||||
imageAlt: "emergency plumbing service",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "Dec 2024", title: "Fair Pricing", quote: "I appreciate that they take the time to troubleshoot over the phone before charging for a visit.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2", imageAlt: "emergency plumbing service"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Nov 2024",
|
||||
title: "Fast Response",
|
||||
quote: "When our pipes burst at 10 PM, Lovett Plumbing was the only company to answer and help immediately.",
|
||||
tag: "Emergency Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-cooking-together_23-2148363522.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=2",
|
||||
imageAlt: "water heater installation residential",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Fast Response", quote: "When our pipes burst at 10 PM, Lovett Plumbing was the only company to answer and help immediately.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-cooking-together_23-2148363522.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=2", imageAlt: "water heater installation residential"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "Oct 2024",
|
||||
title: "Expert Work",
|
||||
quote: "Quality workmanship. They didn't push any unnecessary work and finished exactly as quoted.",
|
||||
tag: "Replacement",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-take-away-man-phone_171337-16503.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=2",
|
||||
imageAlt: "friendly plumber talking to client",
|
||||
},
|
||||
id: "4", name: "David Kim", date: "Oct 2024", title: "Expert Work", quote: "Quality workmanship. They didn't push any unnecessary work and finished exactly as quoted.", tag: "Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-take-away-man-phone_171337-16503.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=2", imageAlt: "friendly plumber talking to client"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Smith",
|
||||
date: "Sep 2024",
|
||||
title: "Highly Recommended",
|
||||
quote: "Best plumbing experience I've had. Truly honest, local professionals who care.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=2",
|
||||
imageAlt: "professional plumbing tools work surface",
|
||||
},
|
||||
id: "5", name: "Jennifer Smith", date: "Sep 2024", title: "Highly Recommended", quote: "Best plumbing experience I've had. Truly honest, local professionals who care.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=2", imageAlt: "professional plumbing tools work surface"},
|
||||
]}
|
||||
title="Trusted by Local Homeowners"
|
||||
description="Don't take our word for it. See what our neighbors say about Charlie and the team."
|
||||
@@ -215,30 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How quickly can you respond to emergencies?",
|
||||
content: "We prioritize emergencies. Our goal is same-day or next-day service for urgent plumbing and heating failures.",
|
||||
},
|
||||
id: "f1", title: "How quickly can you respond to emergencies?", content: "We prioritize emergencies. Our goal is same-day or next-day service for urgent plumbing and heating failures."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "We offer thorough phone consultations to troubleshoot before scheduling a visit, and upfront pricing for all work.",
|
||||
},
|
||||
id: "f2", title: "Do you offer free estimates?", content: "We offer thorough phone consultations to troubleshoot before scheduling a visit, and upfront pricing for all work."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We are proud to serve homeowners throughout our local community. Call us to confirm your specific address.",
|
||||
},
|
||||
id: "f3", title: "What areas do you serve?", content: "We are proud to serve homeowners throughout our local community. Call us to confirm your specific address."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, our team is fully licensed, bonded, and insured for all plumbing and heating work.",
|
||||
},
|
||||
id: "f4", title: "Are you licensed and insured?", content: "Yes, our team is fully licensed, bonded, and insured for all plumbing and heating work."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Do you offer maintenance plans?",
|
||||
content: "We provide annual system check-ups to ensure your boiler and plumbing are in top condition year-round.",
|
||||
},
|
||||
id: "f5", title: "Do you offer maintenance plans?", content: "We provide annual system check-ups to ensure your boiler and plumbing are in top condition year-round."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need answers? Here are the most common things homeowners ask our team."
|
||||
@@ -250,8 +153,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Serve"
|
||||
title="Need Help? Get in Touch."
|
||||
description="Whether it's an emergency or a question about a potential boiler replacement, we are ready to assist you. Call or reach out."
|
||||
@@ -265,29 +167,19 @@ export default function LandingPage() {
|
||||
logoText="Lovett Plumbing & Heating"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Request Service", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -297,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user