Merge version_2 into main #7
@@ -36,11 +36,8 @@ export default function Home() {
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
className=""
|
||||
brandName="ProFlow"
|
||||
button={{ text: "Get Started", href: "contact" }}
|
||||
buttonClassName=""
|
||||
buttonTextClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,13 +62,16 @@ export default function Home() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Repairs", description: "Available 24/7 for urgent plumbing issues", imageSrc: "/placeholders/placeholder2.webp", imageAlt: "Emergency repair service"},
|
||||
title: "Emergency Repairs", description: "Available 24/7 for urgent plumbing issues", imageSrc: "/placeholders/placeholder2.webp", imageAlt: "Emergency repair service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Installation Services", description: "Professional installation of pipes and fixtures", imageSrc: "/placeholders/placeholder3.webp", imageAlt: "Installation service"},
|
||||
title: "Installation Services", description: "Professional installation of pipes and fixtures", imageSrc: "/placeholders/placeholder3.webp", imageAlt: "Installation service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Maintenance Plans", description: "Regular maintenance to prevent future issues", imageSrc: "/placeholders/placeholder4.webp", imageAlt: "Maintenance service"},
|
||||
title: "Maintenance Plans", description: "Regular maintenance to prevent future issues", imageSrc: "/placeholders/placeholder4.webp", imageAlt: "Maintenance service"
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive plumbing solutions tailored to your needs"
|
||||
@@ -103,13 +103,16 @@ export default function Home() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Residential", name: "Kitchen Renovation", price: "$2,500", rating: 5,
|
||||
reviewCount: "12", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Kitchen renovation project"},
|
||||
reviewCount: "12", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Kitchen renovation project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Commercial", name: "Office Building Plumbing", price: "$15,000", rating: 5,
|
||||
reviewCount: "8", imageSrc: "/placeholders/placeholder2.webp", imageAlt: "Commercial plumbing project"},
|
||||
reviewCount: "8", imageSrc: "/placeholders/placeholder2.webp", imageAlt: "Commercial plumbing project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Residential", name: "Bathroom Remodel", price: "$3,200", rating: 4,
|
||||
reviewCount: "15", imageSrc: "/placeholders/placeholder3.webp", imageAlt: "Bathroom remodel project"},
|
||||
reviewCount: "15", imageSrc: "/placeholders/placeholder3.webp", imageAlt: "Bathroom remodel project"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,13 +122,16 @@ export default function Home() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Smith", handle: "Homeowner", testimonial: "ProFlow fixed our burst pipe quickly and professionally. Highly recommend!", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder4.webp", imageAlt: "John Smith"},
|
||||
imageSrc: "/placeholders/placeholder4.webp", imageAlt: "John Smith"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", handle: "Business Owner", testimonial: "Their maintenance plan has saved us thousands in potential repairs.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder5.webp", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "/placeholders/placeholder5.webp", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mike Chen", handle: "Property Manager", testimonial: "Reliable, professional, and always on time. Our go-to plumber.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mike Chen"},
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mike Chen"
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from satisfied clients"
|
||||
@@ -141,13 +147,16 @@ export default function Home() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: Zap,
|
||||
title: "Fast Response", value: "30 min"},
|
||||
title: "Fast Response", value: "30 min"
|
||||
},
|
||||
{
|
||||
id: "2", icon: Phone,
|
||||
title: "Customer Support", value: "24/7"},
|
||||
title: "Customer Support", value: "24/7"
|
||||
},
|
||||
{
|
||||
id: "3", icon: Mail,
|
||||
title: "Satisfied Clients", value: "1000+"},
|
||||
title: "Satisfied Clients", value: "1000+"
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to excellence"
|
||||
@@ -161,11 +170,14 @@ export default function Home() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you service?", content: "We serve the entire metropolitan area and surrounding regions within a 30-mile radius."},
|
||||
id: "1", title: "What areas do you service?", content: "We serve the entire metropolitan area and surrounding regions within a 30-mile radius."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing services. Call our emergency hotline anytime."},
|
||||
id: "2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing services. Call our emergency hotline anytime."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What payment methods do you accept?", content: "We accept cash, checks, credit cards, and digital payment methods. Financing options are available."},
|
||||
id: "3", title: "What payment methods do you accept?", content: "We accept cash, checks, credit cards, and digital payment methods. Financing options are available."
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services"
|
||||
@@ -183,9 +195,11 @@ export default function Home() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I schedule a service?", content: "Call us or use our online booking system. We'll confirm your appointment within 24 hours."},
|
||||
id: "1", title: "How do I schedule a service?", content: "Call us or use our online booking system. We'll confirm your appointment within 24 hours."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What's included in your maintenance plan?", content: "Our plans include regular inspections, preventive maintenance, and priority service scheduling."},
|
||||
id: "2", title: "What's included in your maintenance plan?", content: "Our plans include regular inspections, preventive maintenance, and priority service scheduling."
|
||||
},
|
||||
]}
|
||||
ctaTitle="Ready to Get Started?"
|
||||
ctaDescription="Contact us today for a free estimate or emergency service"
|
||||
|
||||
Reference in New Issue
Block a user