From b660f373393aff44a69a2093d82f70a498da2e9f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 10:57:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 980e445..99c1d20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,135 +30,45 @@ export default function LandingPage() {
@@ -168,9 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Local Plumber" description={[ - "Flex Flow Plumbing provides exceptional service to the Blacktown area. With years of experience, we specialize in everything from emergency drain clearing to full bathroom remodelling.", - "We believe in transparency—we show you exactly what the problem is and explain the solution before we start.", - ]} + "Flex Flow Plumbing provides exceptional service to the Blacktown area. With years of experience, we specialize in everything from emergency drain clearing to full bathroom remodelling.", "We believe in transparency—we show you exactly what the problem is and explain the solution before we start."]} /> @@ -181,21 +89,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Emergency Plumbing", - description: "Rapid response for blocked drains, leaking taps, and sewer issues.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg?_wi=2", - }, - { - title: "Water Systems", - description: "Hot water heater installation, repair, and maintenance for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg?_wi=2", - }, - { - title: "Fixture Installation", - description: "Professional shower, tap, and toilet installation for your bathroom and kitchen.", - imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=2", - }, + { title: "Emergency Plumbing", description: "Rapid response for blocked drains, leaking taps, and sewer issues.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721567.jpg" }, + { title: "Water Systems", description: "Hot water heater installation, repair, and maintenance for your home.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg" }, + { title: "Fixture Installation", description: "Professional shower, tap, and toilet installation for your bathroom and kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg" }, ]} title="Comprehensive Plumbing Services" description="Covering everything from emergency repairs to major installations with the highest quality standards." @@ -204,30 +100,13 @@ export default function LandingPage() {
-- 2.49.1