From c3d27cfc1d3af994b2faf8b6aee696d0949ed682 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 07:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b04964..26e91eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,94 +29,58 @@ export default function LandingPage() {
@@ -241,29 +157,19 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/mountain-landscape-sunset_1150-18337.jpg" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Safety", - href: "#", - }, + label: "Safety", href: "#"}, ], }, ]} -- 2.49.1