From 604ed3d8991e239284c841f0d945f37ac3b826ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 15:16:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 292 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 255 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 457455d..03c1860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -355,36 +165,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47986.jpg" logoText="Babylon Removalist" columns={[ - { - title: "Links", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "Pricing", - href: "#pricing", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + { title: "Links", items: [{ label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] }, + { title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} /> -- 2.49.1