From e3555f08f8ce0f52271a3dcd07a15a77b8b63419 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:07:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c38f211..8f42335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,38 +46,19 @@ export default function LandingPage() {
@@ -255,42 +161,27 @@ export default function LandingPage() { logoText="Nairobi Gifters" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Categories", - href: "#shop", - }, + label: "Categories", href: "#shop"}, { - label: "Trending", - href: "#shop", - }, + label: "Trending", href: "#shop"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Help Center", - href: "#faq", - }, + label: "Help Center", href: "#faq"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} -- 2.49.1