diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d92757..c8d2843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -418,25 +203,14 @@ export default function LandingPage() { logoText="Praise Digital Agency" columns={[ { - title: "Office", - items: [ - { - label: "64 Awolowo Way, Ikeja, Lagos", - href: "#", - }, + title: "Office", items: [ + { label: "64 Awolowo Way, Ikeja, Lagos", href: "#" }, ], }, { - title: "Connect", - items: [ - { - label: "theadvantageengine@gmail.com", - href: "mailto:theadvantageengine@gmail.com", - }, - { - label: "09063591453", - href: "tel:09063591453", - }, + title: "Connect", items: [ + { label: "theadvantageengine@gmail.com", href: "mailto:theadvantageengine@gmail.com" }, + { label: "09063591453", href: "tel:09063591453" }, ], }, ]}