From e49a49af7f1b17f6ff55aeb360fbc7b11f57d6cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:20:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 219 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 183 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20ce87d..400da26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -268,36 +145,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/faucet-sink_1203-2705.jpg" logoText="Royal Plumbing" columns={[ - { - title: "Services", - items: [ - { - label: "Emergency Repairs", - href: "#features", - }, - { - label: "Maintenance", - href: "#features", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Services", items: [{ label: "Emergency Repairs", href: "#features" }, { label: "Maintenance", href: "#features" }] }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1