diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b70d5..76cacbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,42 +45,27 @@ export default function LandingPage() {
@@ -101,44 +78,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hot Water Systems", - description: "Installation, repairs, and replacements done right the first time.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-pink_141793-74570.jpg?_wi=2", - imageAlt: "professional plumber smiling tools", + title: "Hot Water Systems", description: "Installation, repairs, and replacements done right the first time.", bentoComponent: "reveal-icon", icon: Flame }, { - title: "General Plumbing", - description: "Leaks, blockages, maintenance, and repairs.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138471.jpg?_wi=2", - imageAlt: "plumber repairing pipes close-up", + title: "General Plumbing", description: "Leaks, blockages, maintenance, and repairs.", bentoComponent: "reveal-icon", icon: Droplets }, { - title: "Residential Plumbing", - description: "Reliable service for homes and property managers.", - bentoComponent: "reveal-icon", - icon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/slim-stunning-woman-gray-dress-walking-down-street-enthusiastic-curly-female-model-checkered-attire-enjoying-autumn-day_197531-11364.jpg?_wi=2", - imageAlt: "Melbourne suburban house exterior", + title: "Residential Plumbing", description: "Reliable service for homes and property managers.", bentoComponent: "reveal-icon", icon: Home }, { - title: "Commercial Plumbing", - description: "Efficient solutions for businesses.", - bentoComponent: "reveal-icon", - icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2", - imageAlt: "happy local resident portrait", + title: "Commercial Plumbing", description: "Efficient solutions for businesses.", bentoComponent: "reveal-icon", icon: Building }, { - title: "Emergency Plumbing", - description: "Fast response when you need it most.", - bentoComponent: "reveal-icon", - icon: AlertTriangle, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg?_wi=2", - imageAlt: "professional property manager portrait", + title: "Emergency Plumbing", description: "Fast response when you need it most.", bentoComponent: "reveal-icon", icon: AlertTriangle }, ]} title="Our Plumbing Services" @@ -152,45 +104,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Service", - quote: "Very professional and easy to deal with. Highly recommend.", - name: "Sarah J.", - role: "Local Customer", - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=3", - }, + id: "1", title: "Great Service", quote: "Very professional and easy to deal with. Highly recommend.", name: "Sarah J.", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"}, { - id: "2", - title: "Very Reliable", - quote: "Reliable and reasonably priced. Great to work with.", - name: "Michael Chen", - role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg?_wi=3", - }, + id: "2", title: "Very Reliable", quote: "Reliable and reasonably priced. Great to work with.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg"}, { - id: "3", - title: "Effective Fix", - quote: "Quick and effective service. Got the job done right.", - name: "Emily R.", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-creative-joyful-goodlooking-female-designer-artist-glasses-with-red-hair-holding-two-p_1258-133140.jpg", - }, + id: "3", title: "Effective Fix", quote: "Quick and effective service. Got the job done right.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-creative-joyful-goodlooking-female-designer-artist-glasses-with-red-hair-holding-two-p_1258-133140.jpg"}, { - id: "4", - title: "Highly Recommend", - quote: "Excellent team and very honest about the pricing.", - name: "David K.", - role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg", - }, + id: "4", title: "Highly Recommend", quote: "Excellent team and very honest about the pricing.", name: "David K.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-hairdresser-woman-wearing-apron-holding-clipboard-pen-shouting-yelling-angry-frustrated-standing-blue-background_141793-140172.jpg"}, { - id: "5", - title: "Top Notch", - quote: "Prompt and clean. Best plumbing service in Melbourne.", - name: "James B.", - role: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-woman_23-2148000101.jpg", - }, + id: "5", title: "Top Notch", quote: "Prompt and clean. Best plumbing service in Melbourne.", name: "James B.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-woman_23-2148000101.jpg"}, ]} title="Trusted by Locals Across Melbourne" description="Read what our customers have to say about our professional service." @@ -203,9 +125,7 @@ export default function LandingPage() { title="About PPR Western Plumbing" buttons={[ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} />
@@ -214,18 +134,13 @@ export default function LandingPage() { @@ -237,9 +152,7 @@ export default function LandingPage() { socialLinks={[ { icon: Phone, - href: "tel:0390555850", - ariaLabel: "Call us", - }, + href: "tel:0390555850", ariaLabel: "Call us"}, ]} />