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