4 Commits

Author SHA1 Message Date
67f980e8bc Merge version_3 into main
Merge version_3 into main
2026-05-11 01:40:33 +00:00
c8f2c1dfc5 Update src/app/page.tsx 2026-05-11 01:40:27 +00:00
d801b1be99 Merge version_2 into main
Merge version_2 into main
2026-05-11 01:38:41 +00:00
1673abc324 Update src/app/page.tsx 2026-05-11 01:38:35 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#features"},
id: "#features",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="D & D Plumbing" brandName="D & D Plumbing"
/> />
@@ -57,32 +49,22 @@ export default function LandingPage() {
description="D & D Plumbing provides reliable and efficient plumbing solutions for your home and business. From leak repairs to full installations, we have you covered." description="D & D Plumbing provides reliable and efficient plumbing solutions for your home and business. From leak repairs to full installations, we have you covered."
buttons={[ buttons={[
{ {
text: "Call Now: +1 380-220-8300", text: "Call Now: +1 380-220-8300", href: "tel:+13802208300"},
href: "tel:+13802208300", {
}, text: "View Services", href: "#features"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg" imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-woman-new-flat_1098-17257.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-woman-new-flat_1098-17257.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", src: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-couple-smiling-very-happy-showing-keys-new-home-moving-buying-new-apartmet-concept_839833-22727.jpg", src: "http://img.b2bpic.net/free-photo/young-couple-smiling-very-happy-showing-keys-new-home-moving-buying-new-apartmet-concept_839833-22727.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-house-star-icons_53876-71032.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-house-star-icons_53876-71032.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-man-with-miniature-his-future-home_1149-759.jpg", src: "http://img.b2bpic.net/free-photo/happy-man-with-miniature-his-future-home_1149-759.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
avatarText="Trusted by 500+ happy Columbus homeowners" avatarText="Trusted by 500+ happy Columbus homeowners"
/> />
@@ -104,32 +86,25 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Leak Repair", tags: [
title: "Leak Repair", "Emergency"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"},
"Emergency",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
},
{ {
id: "f2", id: "f2", title: "Drain Cleaning", tags: [
title: "Drain Cleaning", "Routine"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg"},
"Routine",
],
imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg",
},
{ {
id: "f3", id: "f3", title: "Water Heater Install", tags: [
title: "Water Heater Install", "Installation"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg"},
"Installation",
],
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg",
},
]} ]}
title="Our Specialized Services" title="Our Specialized Services"
description="We offer a wide range of plumbing services designed to keep your home running smoothly." description="We offer a wide range of plumbing services designed to keep your home running smoothly."
buttons={[
{
text: "Book a Service", href: "#contact"}
]}
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -140,26 +115,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "24/7", title: "Availability", description: "Around the clock support", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-wall-clock-still-life_23-2150533073.jpg"},
value: "24/7",
title: "Availability",
description: "Around the clock support",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-wall-clock-still-life_23-2150533073.jpg",
},
{ {
id: "m2", id: "m2", value: "100%", title: "Satisfaction", description: "Guaranteed service", imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg"},
value: "100%",
title: "Satisfaction",
description: "Guaranteed service",
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg",
},
{ {
id: "m3", id: "m3", value: "15+", title: "Years Experience", description: "Proven local expertise", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-his-workshop_23-2148970742.jpg"},
value: "15+",
title: "Years Experience",
description: "Proven local expertise",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-his-workshop_23-2148970742.jpg",
},
]} ]}
title="Why Choose Us?" title="Why Choose Us?"
description="Quality you can depend on, every single time." description="Quality you can depend on, every single time."
@@ -174,25 +134,15 @@ export default function LandingPage() {
author="Sarah Miller" author="Sarah Miller"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/happy-man-with-miniature-his-future-home_1149-759.jpg", src: "http://img.b2bpic.net/free-photo/happy-man-with-miniature-his-future-home_1149-759.jpg", alt: "Sarah Miller"},
alt: "Sarah Miller",
},
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-woman-new-flat_1098-17257.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-woman-new-flat_1098-17257.jpg", alt: "Mark J."},
alt: "Mark J.",
},
{ {
src: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", src: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", alt: "Elena R."},
alt: "Elena R.",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-couple-smiling-very-happy-showing-keys-new-home-moving-buying-new-apartmet-concept_839833-22727.jpg", src: "http://img.b2bpic.net/free-photo/young-couple-smiling-very-happy-showing-keys-new-home-moving-buying-new-apartmet-concept_839833-22727.jpg", alt: "David S."},
alt: "David S.",
},
{ {
src: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-house-star-icons_53876-71032.jpg", src: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-house-star-icons_53876-71032.jpg", alt: "Linda P."},
alt: "Linda P.",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -205,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you offer 24/7 service?", content: "Yes, we are available anytime for emergencies."},
title: "Do you offer 24/7 service?",
content: "Yes, we are available anytime for emergencies.",
},
{ {
id: "q2", id: "q2", title: "What areas do you cover?", content: "We primarily serve Columbus, OH, and nearby areas."},
title: "What areas do you cover?",
content: "We primarily serve Columbus, OH, and nearby areas.",
},
{ {
id: "q3", id: "q3", title: "How can I schedule a visit?", content: "You can call us directly at +1 380-220-8300."},
title: "How can I schedule a visit?",
content: "You can call us directly at +1 380-220-8300.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Got questions about our services? We have answers." description="Got questions about our services? We have answers."
@@ -230,8 +171,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Need a Reliable Plumber?" title="Need a Reliable Plumber?"
description="Visit us at 3220 Valley Park Ave, Columbus, or give us a call today." description="Visit us at 3220 Valley Park Ave, Columbus, or give us a call today."
@@ -246,29 +186,19 @@ export default function LandingPage() {
logoText="D & D Plumbing" logoText="D & D Plumbing"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Leak Repair", label: "Leak Repair", href: "#"},
href: "#",
},
{ {
label: "Drain Cleaning", label: "Drain Cleaning", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#"},
href: "#",
},
], ],
}, },
]} ]}