From 55509cd0479cc8adbd390bdfcb643e9993562e43 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:32:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 545d2b2..5e9f4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,135 +28,39 @@ export default function LandingPage() {
@@ -164,13 +68,8 @@ export default function LandingPage() {
@@ -179,122 +78,53 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - id: "1", - title: "Leak Detection", - author: "Plumbing", - description: "Expert leak detection and repair services for homes and businesses.", - tags: [ - "Emergency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132392.jpg?_wi=2", - }, - { - id: "2", - title: "Drain & Sewer", - author: "Plumbing", - description: "Professional drain and sewer cleaning for clear lines and efficient flow.", - tags: [ - "Essential", - ], - imageSrc: "http://img.b2bpic.net/free-photo/compass-red-piece-wood_23-2147776859.jpg?_wi=2", - }, - { - id: "3", - title: "Gas & Caravan", - author: "Plumbing", - description: "Specialized gas regulator work for caravans and domestic setups.", - tags: [ - "Specialized", - ], - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-with-stylish-beard-wearing-white-t-shirt-baseball-cap-backwards-looking-away-with-confident-proud-face-expression-while-getting-his-four-wheel-drive-vehicle_273609-1586.jpg?_wi=2", - }, - ]} title="Comprehensive Plumbing Services" - description="From emergency leak detection to full caravan gas repairs, we provide top-tier plumbing across the Whitsundays." + description="Professional plumbing solutions tailored for the Whitsundays climate and unique requirements." + features={[ + { id: "1", title: "Leak Detection", author: "J-Tec", description: "High-tech leak detection to find hidden issues quickly.", tags: ["Emergency", "Residential"], imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132392.jpg?_wi=2" }, + { id: "2", title: "Drain & Sewer", author: "J-Tec", description: "Clearing blockages with precision and efficiency.", tags: ["Essential", "Drainage"], imageSrc: "http://img.b2bpic.net/free-photo/compass-red-piece-wood_23-2147776859.jpg?_wi=2" }, + { id: "3", title: "Gas & Caravan", author: "J-Tec", description: "Qualified gas regulator servicing for caravans and mobile homes.", tags: ["Specialized", "Gas"], imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-with-stylish-beard-wearing-white-t-shirt-baseball-cap-backwards-looking-away-with-confident-proud-face-expression-while-getting-his-four-wheel-drive-vehicle_273609-1586.jpg?_wi=2" } + ]} />
); -} +} \ No newline at end of file -- 2.49.1