Merge version_1 into main #2
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,23 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Birmingham Plumbing"
|
||||
button={{
|
||||
text: "Call (205) 862-8351",
|
||||
href: "tel:2058628351",
|
||||
}}
|
||||
text: "Call (205) 862-8351", href: "tel:2058628351"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,15 +48,11 @@ export default function LandingPage() {
|
||||
description="Fast, reliable plumbing in Birmingham. Available 24/7 for all your emergency needs. Same-day service from our licensed local professionals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (205) 862-8351",
|
||||
href: "tel:2058628351",
|
||||
},
|
||||
text: "Call Now (205) 862-8351", href: "tel:2058628351"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg"
|
||||
imageAlt="Technician working on plumbing"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,79 +64,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Professional equipment to clear the toughest clogs in your home's drainage system.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg?_wi=1",
|
||||
imageAlt: "Drain cleaning service",
|
||||
},
|
||||
title: "Drain Cleaning", description: "Professional equipment to clear the toughest clogs in your home's drainage system.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg", imageAlt: "Drain cleaning service"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Quick response",
|
||||
},
|
||||
text: "Quick response"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Eco-friendly solutions",
|
||||
},
|
||||
text: "Eco-friendly solutions"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Root removal",
|
||||
},
|
||||
text: "Root removal"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=2",
|
||||
imageAlt: "professional plumber technician uniform",
|
||||
},
|
||||
{
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Don't let a small leak turn into major water damage. We find and fix leaks fast.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=1",
|
||||
imageAlt: "Leak detection service",
|
||||
},
|
||||
title: "Leak Detection & Repair", description: "Don't let a small leak turn into major water damage. We find and fix leaks fast.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", imageAlt: "Leak detection service"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Non-invasive tech",
|
||||
},
|
||||
text: "Non-invasive tech"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Pipe replacement",
|
||||
},
|
||||
text: "Pipe replacement"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Structural safety",
|
||||
},
|
||||
text: "Structural safety"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg?_wi=2",
|
||||
imageAlt: "drain cleaning professional equipment",
|
||||
},
|
||||
{
|
||||
title: "Water Heater Services",
|
||||
description: "No hot water? Our team handles installation, maintenance, and emergency repairs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg",
|
||||
imageAlt: "Water heater repair",
|
||||
},
|
||||
title: "Water Heater Services", description: "No hot water? Our team handles installation, maintenance, and emergency repairs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg", imageAlt: "Water heater repair"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Tankless options",
|
||||
},
|
||||
text: "Tankless options"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Traditional repairs",
|
||||
},
|
||||
text: "Traditional repairs"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Same-day installs",
|
||||
},
|
||||
text: "Same-day installs"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg?_wi=2",
|
||||
imageAlt: "pipe leak repair plumbing",
|
||||
},
|
||||
]}
|
||||
title="Expert Birmingham Plumbing Services"
|
||||
@@ -163,45 +124,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Very responsive and professional. They fixed my drain in less than an hour!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Very responsive and professional. They fixed my drain in less than an hour!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@mikec",
|
||||
testimonial: "Same-day response for a burst pipe. Life savers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Same-day response for a burst pipe. Life savers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Best plumber in Birmingham. Honest and transparent pricing.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Best plumber in Birmingham. Honest and transparent pricing.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Fast, clean, and reliable. Highly recommended for any emergency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thubs-up-down-looking-confused_141793-28630.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Fast, clean, and reliable. Highly recommended for any emergency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thubs-up-down-looking-confused_141793-28630.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Martha B.",
|
||||
handle: "@marthab",
|
||||
testimonial: "Very kind and knowledgeable. Definitely my go-to for plumbing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg",
|
||||
},
|
||||
id: "5", name: "Martha B.", handle: "@marthab", testimonial: "Very kind and knowledgeable. Definitely my go-to for plumbing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Birmingham Families"
|
||||
@@ -218,29 +154,17 @@ export default function LandingPage() {
|
||||
description="We combine local expertise with world-class plumbing standards."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m1", icon: Clock,
|
||||
title: "Years Experience", value: "15+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "5000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ThumbsUp,
|
||||
title: "Service Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "m3", icon: ThumbsUp,
|
||||
title: "Service Rating", value: "4.9/5"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Zap,
|
||||
title: "Emergency Response",
|
||||
value: "60 Mins",
|
||||
},
|
||||
id: "m4", icon: Zap,
|
||||
title: "Emergency Response", value: "60 Mins"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -249,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need a Plumber Now?"
|
||||
description="Our team is standing by 24/7 to assist with your plumbing emergencies."
|
||||
@@ -264,50 +187,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990682.jpg"
|
||||
logoText="Birmingham Plumbing & Drainworks"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#",
|
||||
},
|
||||
label: "Water Heaters", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user