Merge version_2 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Apex Plumbing Services"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Apex Plumbing Services LLC"
|
||||
description="Denver's trusted local choice for fast, honest, and professional plumbing repairs. From drain clearing to water heater service, we keep your home running smoothly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (303) 356-7038",
|
||||
href: "tel:3033567038",
|
||||
},
|
||||
text: "Call Now (303) 356-7038", href: "tel:3033567038"},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=1"
|
||||
imageAlt="Professional plumbing service in Denver"
|
||||
@@ -83,23 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Fast-response service to handle your urgent plumbing issues day or night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg?_wi=1",
|
||||
imageAlt: "Plumbing emergency service",
|
||||
},
|
||||
title: "Emergency Repairs", description: "Fast-response service to handle your urgent plumbing issues day or night.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg?_wi=1", imageAlt: "Plumbing emergency service"},
|
||||
{
|
||||
title: "Water Heaters",
|
||||
description: "Expert repair and installation of high-efficiency water heaters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19745.jpg?_wi=1",
|
||||
imageAlt: "Water heater service",
|
||||
},
|
||||
title: "Water Heaters", description: "Expert repair and installation of high-efficiency water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19745.jpg?_wi=1", imageAlt: "Water heater service"},
|
||||
{
|
||||
title: "Drain & Sewer",
|
||||
description: "Advanced drain cleaning and sewer line repair for clear pipes and peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg?_wi=1",
|
||||
imageAlt: "Drain cleaning service",
|
||||
},
|
||||
title: "Drain & Sewer", description: "Advanced drain cleaning and sewer line repair for clear pipes and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg?_wi=1", imageAlt: "Drain cleaning service"},
|
||||
]}
|
||||
title="Denver's Plumbing Experts"
|
||||
description="Reliable solutions for all your plumbing needs, performed by licensed, local professionals."
|
||||
@@ -111,10 +86,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Apex Plumbing?"
|
||||
description={[
|
||||
"Apex Plumbing Services LLC is a locally owned company dedicated to serving the Denver community.",
|
||||
"We prioritize clear communication, honest estimates, and quality craftsmanship on every job.",
|
||||
"Whether it's a simple faucet repair or a complex sewer project, we treat your home with the care it deserves.",
|
||||
]}
|
||||
"Apex Plumbing Services LLC is a locally owned company dedicated to serving the Denver community.", "We prioritize clear communication, honest estimates, and quality craftsmanship on every job.", "Whether it's a simple faucet repair or a complex sewer project, we treat your home with the care it deserves."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,28 +97,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1",
|
||||
title: "Call",
|
||||
items: [
|
||||
"Call our office to explain your plumbing issue.",
|
||||
],
|
||||
id: "1", value: "1", title: "Call", items: [
|
||||
"Call our office to explain your plumbing issue."],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2",
|
||||
title: "Schedule",
|
||||
items: [
|
||||
"We find a time that works for your schedule.",
|
||||
],
|
||||
id: "2", value: "2", title: "Schedule", items: [
|
||||
"We find a time that works for your schedule."],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3",
|
||||
title: "Fix",
|
||||
items: [
|
||||
"Professional service and a job done right.",
|
||||
],
|
||||
id: "3", value: "3", title: "Fix", items: [
|
||||
"Professional service and a job done right."],
|
||||
},
|
||||
]}
|
||||
title="Simple Process"
|
||||
@@ -160,60 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "2024-05",
|
||||
title: "Excellent Service",
|
||||
quote: "Apex responded quickly to my leak. Professional and honest.",
|
||||
tag: "4.8 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?_wi=2",
|
||||
imageAlt: "smiling home owner",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", date: "2024-05", title: "Excellent Service", quote: "Apex responded quickly to my leak. Professional and honest.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Henderson",
|
||||
date: "2024-04",
|
||||
title: "Reliable Plumbers",
|
||||
quote: "They fixed my water heater in one visit. Highly recommend.",
|
||||
tag: "4.8 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg?_wi=2",
|
||||
imageAlt: "smiling home owner",
|
||||
},
|
||||
id: "2", name: "James Henderson", date: "2024-04", title: "Reliable Plumbers", quote: "They fixed my water heater in one visit. Highly recommend.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "2024-03",
|
||||
title: "Fast and Honest",
|
||||
quote: "Clear pricing and professional staff. Will use again.",
|
||||
tag: "4.8 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19745.jpg?_wi=2",
|
||||
imageAlt: "smiling home owner",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", date: "2024-03", title: "Fast and Honest", quote: "Clear pricing and professional staff. Will use again.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Clark",
|
||||
date: "2024-02",
|
||||
title: "Great Experience",
|
||||
quote: "My drains were clogged and they fixed it instantly.",
|
||||
tag: "4.8 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-cane_23-2149196164.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990708.jpg?_wi=2",
|
||||
imageAlt: "smiling home owner",
|
||||
},
|
||||
id: "4", name: "David Clark", date: "2024-02", title: "Great Experience", quote: "My drains were clogged and they fixed it instantly.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-cane_23-2149196164.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kelly Smith",
|
||||
date: "2024-01",
|
||||
title: "Knowledgeable Team",
|
||||
quote: "Very knowledgeable and friendly technicians.",
|
||||
tag: "4.8 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoors_23-2147986445.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg",
|
||||
imageAlt: "smiling home owner",
|
||||
},
|
||||
id: "5", name: "Kelly Smith", date: "2024-01", title: "Knowledgeable Team", quote: "Very knowledgeable and friendly technicians.", tag: "4.8 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-outdoors_23-2147986445.jpg"},
|
||||
]}
|
||||
title="Trusted by Denver Homeowners"
|
||||
description="With a 4.8-star rating, we pride ourselves on exceptional customer care and reliable results."
|
||||
@@ -225,14 +140,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Denver",
|
||||
"Lakewood",
|
||||
"Aurora",
|
||||
"Englewood",
|
||||
"Arvada",
|
||||
"Wheat Ridge",
|
||||
"Littleton",
|
||||
]}
|
||||
"Denver", "Lakewood", "Aurora", "Englewood", "Arvada", "Wheat Ridge", "Littleton"]}
|
||||
title="Serving Denver and Beyond"
|
||||
description="Proudly providing high-quality plumbing service across the Denver metro area."
|
||||
/>
|
||||
@@ -244,25 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What plumbing services do you offer?",
|
||||
content: "We offer drain cleaning, leak detection, water heater repairs, and general plumbing maintenance.",
|
||||
},
|
||||
id: "f1", title: "What plumbing services do you offer?", content: "We offer drain cleaning, leak detection, water heater repairs, and general plumbing maintenance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide same-day service?",
|
||||
content: "We do our best to provide timely service, especially for urgent plumbing concerns.",
|
||||
},
|
||||
id: "f2", title: "Do you provide same-day service?", content: "We do our best to provide timely service, especially for urgent plumbing concerns."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, Apex Plumbing Services LLC operates with all required local licensing and insurance.",
|
||||
},
|
||||
id: "f3", title: "Are you licensed and insured?", content: "Yes, Apex Plumbing Services LLC operates with all required local licensing and insurance."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How do I request a service visit?",
|
||||
content: "You can call us directly or fill out the service request form on our contact section.",
|
||||
},
|
||||
id: "f4", title: "How do I request a service visit?", content: "You can call us directly or fill out the service request form on our contact section."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to the most frequent questions about our plumbing services."
|
||||
@@ -274,20 +170,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Help Now"
|
||||
title="Need a Reliable Denver Plumber?"
|
||||
description="Apex Plumbing Services LLC is ready to help. Call us now or leave your details, and we'll be in touch to schedule your service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (303) 356-7038",
|
||||
href: "tel:3033567038",
|
||||
},
|
||||
text: "Call (303) 356-7038", href: "tel:3033567038"},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request Service", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,16 +187,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Apex Plumbing Services LLC"
|
||||
leftLink={{
|
||||
text: "13 Federal Blvd, Denver, CO 80219",
|
||||
href: "#",
|
||||
}}
|
||||
text: "13 Federal Blvd, Denver, CO 80219", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Copyright 2024",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Copyright 2024", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user