Merge version_1 into main #2
299
src/app/page.tsx
299
src/app/page.tsx
@@ -32,73 +32,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Dependable Plumbing"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:9188947755",
|
||||
}}
|
||||
button={{ text: "Call Now", href: "tel:9188947755" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Fast, Reliable Plumbing You Can Count On"
|
||||
description="Serving Tulsa with expert plumbing and rooter services — available when you need us most."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9188947755",
|
||||
},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:9188947755" },
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg?_wi=1",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137745.jpg",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg",
|
||||
imageAlt: "Professional Plumber",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg", imageAlt: "Professional Plumber" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137745.jpg", imageAlt: "Professional Plumber" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", imageAlt: "Professional Plumber" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "Professional Plumber" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg", imageAlt: "Professional Plumber" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721523.jpg", imageAlt: "Professional Plumber" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,21 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Tulsa’s Trusted Plumbing Experts"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Licensed Professionals",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Response",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Rated Service",
|
||||
value: "5.0",
|
||||
},
|
||||
{ icon: CheckCircle, label: "Licensed Professionals", value: "100%" },
|
||||
{ icon: Zap, label: "Fast Response", value: "24/7" },
|
||||
{ icon: Award, label: "Rated Service", value: "5.0" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,37 +82,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Expert rooter services to clear the toughest clogs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Expert rooter services to clear the toughest clogs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg", imageAlt: "drain cleaning professional equipment" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg?_wi=2",
|
||||
imageAlt: "drain cleaning professional equipment",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Toilet Repair",
|
||||
description: "Quick installation and reliable repair for all fixtures.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg",
|
||||
},
|
||||
title: "Toilet Repair", description: "Quick installation and reliable repair for all fixtures.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg", imageAlt: "toilet repair service professional" },
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=1",
|
||||
imageAlt: "drain cleaning professional equipment",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "Advanced equipment to locate and fix hidden leaks.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
|
||||
},
|
||||
title: "Leak Detection", description: "Advanced equipment to locate and fix hidden leaks.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "water leak detection plumbing" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg?_wi=1",
|
||||
imageAlt: "drain cleaning professional equipment",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Plumbing Services"
|
||||
@@ -180,55 +109,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "service",
|
||||
badge: "Popular",
|
||||
price: "$99+",
|
||||
subtitle: "General Plumbing Maintenance",
|
||||
buttons: [
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Visual inspection",
|
||||
"Leak check",
|
||||
"Fixture test",
|
||||
],
|
||||
id: "service", badge: "Popular", price: "$99+", subtitle: "General Plumbing Maintenance", buttons: [{ text: "Request Service", href: "#contact" }],
|
||||
features: ["Visual inspection", "Leak check", "Fixture test"],
|
||||
},
|
||||
{
|
||||
id: "emergency",
|
||||
badge: "Urgent",
|
||||
price: "$149+",
|
||||
subtitle: "Emergency Plumbing Services",
|
||||
buttons: [
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9188947755",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Same day service",
|
||||
"Rapid deployment",
|
||||
"Weekend support",
|
||||
],
|
||||
id: "emergency", badge: "Urgent", price: "$149+", subtitle: "Emergency Plumbing Services", buttons: [{ text: "Call Now", href: "tel:9188947755" }],
|
||||
features: ["Same day service", "Rapid deployment", "Weekend support"],
|
||||
},
|
||||
{
|
||||
id: "rooter",
|
||||
badge: "Essential",
|
||||
price: "$129+",
|
||||
subtitle: "Drain Cleaning & Rooter",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Drain line cleaning",
|
||||
"Main line scope",
|
||||
"Clog removal",
|
||||
],
|
||||
id: "rooter", badge: "Essential", price: "$129+", subtitle: "Drain Cleaning & Rooter", buttons: [{ text: "Book Service", href: "#contact" }],
|
||||
features: ["Drain line cleaning", "Main line scope", "Clog removal"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -242,27 +132,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120+",
|
||||
title: "Happy Customers",
|
||||
description: "Satisfied families and businesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
description: "Excellence in customer reviews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/russian-ruble-scissors-cut-coin-with-face-value-1-russian-ruble-orange-background-idea-collapse-ruble-economy-sanctions-against-russian-aggression_166373-2166.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Ready when you need help.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
},
|
||||
{ id: "m1", value: "120+", title: "Happy Customers", description: "Satisfied families and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg" },
|
||||
{ id: "m2", value: "5.0", title: "Star Rating", description: "Excellence in customer reviews.", imageSrc: "http://img.b2bpic.net/free-photo/russian-ruble-scissors-cut-coin-with-face-value-1-russian-ruble-orange-background-idea-collapse-ruble-economy-sanctions-against-russian-aggression_166373-2166.jpg" },
|
||||
{ id: "m3", value: "24/7", title: "Support", description: "Ready when you need help.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg" },
|
||||
]}
|
||||
title="Our Experience Counts"
|
||||
description="Proven results for homes and businesses across the Tulsa region."
|
||||
@@ -275,46 +147,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "No one can beat the work and price.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Wilson",
|
||||
handle: "@jwilson",
|
||||
testimonial: "He was here within an hour on a weekend for an emergency plumbing repair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda Davis",
|
||||
handle: "@lindad",
|
||||
testimonial: "Jesse was extremely helpful and answered all my questions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Brown",
|
||||
handle: "@robb",
|
||||
testimonial: "Excellent service and very knowledgeable technicians.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086842.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily Chen",
|
||||
handle: "@emchen",
|
||||
testimonial: "Highly recommended for any plumbing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-home-chatting-about-nails_23-2148655900.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "No one can beat the work and price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indian-two-happy-sitting-success_1262-875.jpg" },
|
||||
{ id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "He was here within an hour on a weekend for an emergency plumbing repair.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg" },
|
||||
{ id: "3", name: "Linda Davis", handle: "@lindad", testimonial: "Jesse was extremely helpful and answered all my questions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg" },
|
||||
{ id: "4", name: "Robert Brown", handle: "@robb", testimonial: "Excellent service and very knowledgeable technicians.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086842.jpg" },
|
||||
{ id: "5", name: "Emily Chen", handle: "@emchen", testimonial: "Highly recommended for any plumbing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-women-home-chatting-about-nails_23-2148655900.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -327,21 +164,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we are available for emergency plumbing needs including weekends.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your prices transparent?",
|
||||
content: "We pride ourselves on honest, upfront, and competitive pricing for all services.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Tulsa and the surrounding areas for all plumbing and rooter needs.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer emergency services?", content: "Yes, we are available for emergency plumbing needs including weekends." },
|
||||
{ id: "f2", title: "Are your prices transparent?", content: "We pride ourselves on honest, upfront, and competitive pricing for all services." },
|
||||
{ id: "f3", title: "What areas do you serve?", content: "We proudly serve Tulsa and the surrounding areas for all plumbing and rooter needs." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to common concerns about our plumbing services."
|
||||
@@ -352,9 +177,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get in Touch Today"
|
||||
description="📍 2611 E 36th St N, Tulsa, OK 74110\n📞 (918) 894-7755"
|
||||
@@ -367,41 +190,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:9188947755",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Call Us", href: "tel:9188947755" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="Dependable Plumbing & Rooter Service LLC"
|
||||
bottomRightText="© 2026 All Rights Reserved"
|
||||
@@ -410,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user