From c372aecd3b3c8bc0578e08792c266b7c367f380b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:15:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++---------------------------------------- 1 file changed, 31 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 585f90b..2c025dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,69 +28,30 @@ export default function LandingPage() {
@@ -100,26 +61,11 @@ export default function LandingPage() {
@@ -129,138 +75,47 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Drain Cleaning", - descriptions: [ - "Expert drain cleaning services for sinks, toilets, and main lines using professional equipment.", - ], - imageSrc: "https://pixabay.com/get/g7f4e4554ddacf54aeae886bfa9ce79592cffcbf9ca9a8191ffbf828e8efec0fa39df67f5ac9cf43cf79129d6130e2717d71d99bde8c17e7c1a257356c6afe95e_1280.jpg?_wi=2", - }, - { - id: "f2", - title: "Leak Repair", - descriptions: [ - "Fast and efficient leak detection and repair to prevent costly property damage.", - ], - imageSrc: "https://pixabay.com/get/g08807aff5186fd3ef75a96db6c51c7ca2a03a36449213c3e45afac8dce06cf82c99b277cb4781408a2a09020ea9924c4f0ad47a07e3651e432231204de3af831_1280.jpg", - }, - { - id: "f3", - title: "Boiler Service", - descriptions: [ - "Professional boiler installation, maintenance, and repair to keep your system efficient.", - ], - imageSrc: "https://pixabay.com/get/g110f2699399d70d9cfc32e93effcc4bcc0bbd58c2bd9369c356c8207b2002be1aabff62d74b2d93177f7c91e1aab643c603f2a6bd09f5e4cf7f429ae2536b9a6_1280.jpg", - }, + { id: "f1", title: "Drain Cleaning", descriptions: ["Expert drain cleaning services."], imageSrc: "https://pixabay.com/get/g7f4e4554ddacf54aeae886bfa9ce79592cffcbf9ca9a8191ffbf828e8efec0fa39df67f5ac9cf43cf79129d6130e2717d71d99bde8c17e7c1a257356c6afe95e_1280.jpg" }, + { id: "f2", title: "Leak Repair", descriptions: ["Fast leak detection."], imageSrc: "https://pixabay.com/get/g08807aff5186fd3ef75a96db6c51c7ca2a03a36449213c3e45afac8dce06cf82c99b277cb4781408a2a09020ea9924c4f0ad47a07e3651e432231204de3af831_1280.jpg" }, + { id: "f3", title: "Boiler Service", descriptions: ["Professional boiler installation."], imageSrc: "https://pixabay.com/get/g110f2699399d70d9cfc32e93effcc4bcc0bbd58c2bd9369c356c8207b2002be1aabff62d74b2d93177f7c91e1aab643c603f2a6bd09f5e4cf7f429ae2536b9a6_1280.jpg" } ]} title="Comprehensive Plumbing Services" - description="From emergency leaks to full system installations, we handle everything with care and expertise." + description="We handle everything with care and expertise." />
-- 2.49.1