diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b96e80..1592890 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,47 +49,20 @@ export default function LandingPage() {
@@ -313,29 +176,15 @@ export default function LandingPage() { logoText="Coffee Vue Point" columns={[ { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Careers", href: "#" }, ], }, { - title: "Support", - items: [ - { - label: "FAQ", - href: "#faq", - }, - { - label: "Shipping Policy", - href: "#", - }, + title: "Support", items: [ + { label: "FAQ", href: "#faq" }, + { label: "Shipping Policy", href: "#" }, ], }, ]}