Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "#why-choose-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SwiftFlow Plumbing"
|
||||
/>
|
||||
@@ -66,13 +54,9 @@ export default function LandingPage() {
|
||||
description="Your local experts for all plumbing needs. Fast, professional, and always here for you. From urgent leaks to routine maintenance, we keep your water flowing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Online Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Online Now", href: "#contact"},
|
||||
{
|
||||
text: "Emergency Call: (555) 123-4567",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Emergency Call: (555) 123-4567", href: "tel:+15551234567"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-holding-piggybank_1368-754.jpg"
|
||||
@@ -88,42 +72,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "24/7 Emergency Service",
|
||||
subtitle: "Plumbing emergencies don't wait, and neither do we. Our expert team is available around the clock to handle your urgent needs, ensuring quick and effective solutions when you need them most.",
|
||||
category: "Availability",
|
||||
value: "Always On",
|
||||
buttons: [
|
||||
id: "f1", title: "24/7 Emergency Service", subtitle: "Plumbing emergencies don't wait, and neither do we. Our expert team is available around the clock to handle your urgent needs, ensuring quick and effective solutions when you need them most.", category: "Availability", value: "Always On", buttons: [
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15551234567"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Licensed & Insured Experts",
|
||||
subtitle: "Rest easy knowing that all our plumbers are fully licensed and insured professionals. We adhere to the highest industry standards, guaranteeing quality workmanship and peace of mind on every job.",
|
||||
category: "Trust",
|
||||
value: "Certified Pros",
|
||||
buttons: [
|
||||
id: "f2", title: "Licensed & Insured Experts", subtitle: "Rest easy knowing that all our plumbers are fully licensed and insured professionals. We adhere to the highest industry standards, guaranteeing quality workmanship and peace of mind on every job.", category: "Trust", value: "Certified Pros", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Upfront & Transparent Pricing",
|
||||
subtitle: "No surprises, no hidden fees. We believe in clear and honest communication from start to finish. You'll receive a detailed, upfront quote before any work begins, so you know exactly what to expect.",
|
||||
category: "Value",
|
||||
value: "Clear Costs",
|
||||
buttons: [
|
||||
id: "f3", title: "Upfront & Transparent Pricing", subtitle: "No surprises, no hidden fees. We believe in clear and honest communication from start to finish. You'll receive a detailed, upfront quote before any work begins, so you know exactly what to expect.", category: "Value", value: "Clear Costs", buttons: [
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -137,25 +100,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Gauge,
|
||||
title: "Years in Service",
|
||||
value: "25+",
|
||||
},
|
||||
id: "m1", icon: Gauge,
|
||||
title: "Years in Service", value: "25+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Satisfied Customers",
|
||||
value: "10,000+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Satisfied Customers", value: "10,000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Emergency Calls Answered",
|
||||
value: "5,000+",
|
||||
},
|
||||
id: "m3", icon: Zap,
|
||||
title: "Emergency Calls Answered", value: "5,000+"},
|
||||
]}
|
||||
title="Our Commitment in Numbers"
|
||||
description="Experience the dedication and expertise that sets SwiftFlow Plumbing apart."
|
||||
@@ -170,47 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Drain Cleaning",
|
||||
price: "Clear Clogs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feathers-falling-from-orange-plastic-glasses-against-blue-backdrop_23-2148051905.jpg",
|
||||
imageAlt: "Plumber cleaning a drain with specialized tools",
|
||||
},
|
||||
id: "p1", name: "Drain Cleaning", price: "Clear Clogs", imageSrc: "http://img.b2bpic.net/free-photo/feathers-falling-from-orange-plastic-glasses-against-blue-backdrop_23-2148051905.jpg", imageAlt: "Plumber cleaning a drain with specialized tools"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Water Heater Repair & Install",
|
||||
price: "Hot Water Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg",
|
||||
imageAlt: "New water heater being installed by a plumber",
|
||||
},
|
||||
id: "p2", name: "Water Heater Repair & Install", price: "Hot Water Solutions", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914162.jpg", imageAlt: "New water heater being installed by a plumber"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Emergency Leak Fixes",
|
||||
price: "Rapid Response",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-plaiyng-rainy-day_1157-22922.jpg",
|
||||
imageAlt: "Plumber detecting a water leak with equipment",
|
||||
},
|
||||
id: "p3", name: "Emergency Leak Fixes", price: "Rapid Response", imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-plaiyng-rainy-day_1157-22922.jpg", imageAlt: "Plumber detecting a water leak with equipment"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pipe Repair & Replacement",
|
||||
price: "Secure Your Pipes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg",
|
||||
imageAlt: "Various plumbing pipes and fittings",
|
||||
},
|
||||
id: "p4", name: "Pipe Repair & Replacement", price: "Secure Your Pipes", imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg", imageAlt: "Various plumbing pipes and fittings"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Toilet Repair & Installation",
|
||||
price: "Flawless Function",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-man-wearing-winter-hat-with-scarf-having-nausea-holding-plastic-busket-putting-hand-head-isolated-purple-background_141793-72164.jpg",
|
||||
imageAlt: "Plumber working on a toilet for repair",
|
||||
},
|
||||
id: "p5", name: "Toilet Repair & Installation", price: "Flawless Function", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-ill-man-wearing-winter-hat-with-scarf-having-nausea-holding-plastic-busket-putting-hand-head-isolated-purple-background_141793-72164.jpg", imageAlt: "Plumber working on a toilet for repair"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sump Pump Services",
|
||||
price: "Flood Protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-glass-with-pull-out-sprayer-quick-kitchen-cleanup_169016-69562.jpg",
|
||||
imageAlt: "Sump pump in a basement protecting from floods",
|
||||
},
|
||||
id: "p6", name: "Sump Pump Services", price: "Flood Protection", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-glass-with-pull-out-sprayer-quick-kitchen-cleanup_169016-69562.jpg", imageAlt: "Sump pump in a basement protecting from floods"},
|
||||
]}
|
||||
title="Our Expert Plumbing Services"
|
||||
description="Comprehensive solutions for every plumbing challenge, delivered with precision and care."
|
||||
@@ -222,39 +147,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3984.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3984.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/greetings-joyful-man-woman-standing-with-back-camera-shaking-hands_259150-58289.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037446.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037446.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990686.jpg"},
|
||||
]}
|
||||
cardTitle="Hear From Our Happy Customers"
|
||||
cardTag="Trusted Service"
|
||||
cardTagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
text: "Read All Reviews", href: "#testimonials"},
|
||||
]}
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -266,30 +174,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Are your plumbers licensed and insured?",
|
||||
content: "Yes, absolutely! All of our plumbers are fully licensed, bonded, and insured. We prioritize your peace of mind and ensure every job meets the highest professional standards.",
|
||||
},
|
||||
id: "faq1", title: "Are your plumbers licensed and insured?", content: "Yes, absolutely! All of our plumbers are fully licensed, bonded, and insured. We prioritize your peace of mind and ensure every job meets the highest professional standards."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer 24/7 emergency plumbing services?",
|
||||
content: "Yes, we understand that plumbing emergencies can happen at any time. Our team is available 24 hours a day, 7 days a week to provide rapid response and effective solutions.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer 24/7 emergency plumbing services?", content: "Yes, we understand that plumbing emergencies can happen at any time. Our team is available 24 hours a day, 7 days a week to provide rapid response and effective solutions."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How quickly can a plumber arrive for an emergency?",
|
||||
content: "For emergencies, we dispatch our nearest available plumber immediately. Our goal is to arrive at your location as quickly as possible, usually within 60-90 minutes, depending on traffic and distance.",
|
||||
},
|
||||
id: "faq3", title: "How quickly can a plumber arrive for an emergency?", content: "For emergencies, we dispatch our nearest available plumber immediately. Our goal is to arrive at your location as quickly as possible, usually within 60-90 minutes, depending on traffic and distance."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept various payment methods for your convenience, including major credit cards (Visa, Mastercard, American Express, Discover), debit cards, and cash. Payment plans may be available for larger projects.",
|
||||
},
|
||||
id: "faq4", title: "What payment methods do you accept?", content: "We accept various payment methods for your convenience, including major credit cards (Visa, Mastercard, American Express, Discover), debit cards, and cash. Payment plans may be available for larger projects."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "We offer transparent, upfront pricing after a thorough assessment of your plumbing issue. While some minor diagnostics may incur a small fee, we ensure you have a clear understanding of costs before any work begins.",
|
||||
},
|
||||
id: "faq5", title: "Do you provide free estimates?", content: "We offer transparent, upfront pricing after a thorough assessment of your plumbing issue. While some minor diagnostics may incur a small fee, we ensure you have a clear understanding of costs before any work begins."},
|
||||
]}
|
||||
title="Common Questions, Clear Answers"
|
||||
description="Find quick answers to your plumbing inquiries. If you can't find what you're looking for, feel free to contact us directly!"
|
||||
@@ -301,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Need Urgent Plumbing Help?"
|
||||
description="Don't let plumbing problems disrupt your day. Contact SwiftFlow Plumbing for fast, reliable service. Schedule an appointment or call our 24/7 emergency line now!"
|
||||
@@ -321,66 +213,39 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Water Heaters", href: "#services"},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leak Detection", href: "#services"},
|
||||
{
|
||||
label: "Pipe Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pipe Repair", href: "#services"},
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Plumbing", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-choose-us",
|
||||
},
|
||||
label: "About Us", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#why-choose-us",
|
||||
},
|
||||
label: "Our Values", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Emergency Support",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
label: "Emergency Support", href: "tel:+15551234567"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user