Merge version_2 into main #8
@@ -52,7 +52,7 @@ export default function Home() {
|
||||
]}
|
||||
layoutOrder="default"
|
||||
mediaAnimation="none"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=1"
|
||||
imageAlt="Professional plumbing services"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,15 +62,15 @@ 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Maintenance service"
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -85,7 +85,7 @@ export default function Home() {
|
||||
<MediaAbout
|
||||
title="Why Choose ProFlow?"
|
||||
description="With over 20 years of experience, we've earned the trust of thousands of satisfied customers across the region. Our team of certified plumbers is committed to delivering exceptional service."
|
||||
imageSrc="/placeholders/placeholder5.webp"
|
||||
imageSrc="/placeholders/placeholder5.webp?_wi=1"
|
||||
imageAlt="Professional plumbing team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
@@ -103,15 +103,15 @@ 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?_wi=2", 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?_wi=2", 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?_wi=2", imageAlt: "Bathroom remodel project"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -122,15 +122,15 @@ 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?_wi=2", 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?_wi=2", 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?_wi=3", imageAlt: "Mike Chen"
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
@@ -184,7 +184,7 @@ export default function Home() {
|
||||
textboxLayout="default"
|
||||
mediaAnimation="none"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="/placeholders/placeholder2.webp"
|
||||
imageSrc="/placeholders/placeholder2.webp?_wi=3"
|
||||
imageAlt="FAQ section"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user