From a6590f29650956430630dabcb1c3fe41128a37eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:48:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37f0272..0f092a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -313,20 +179,15 @@ export default function LandingPage() { @@ -337,29 +198,19 @@ export default function LandingPage() { logoText="Dan Chris Nigeria" columns={[ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "WhatsApp", - href: "https://wa.me/234800000000", - }, + label: "WhatsApp", href: "https://wa.me/234800000000"}, { - label: "Phone Support", - href: "tel:+234800000000", - }, + label: "Phone Support", href: "tel:+234800000000"}, ], }, ]}