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"}, ], }, ]}