diff --git a/src/app/page.tsx b/src/app/page.tsx index 97f6815..20c690f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="" /> @@ -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" + }, ]} /> @@ -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() {