diff --git a/src/app/page.tsx b/src/app/page.tsx index 89b161c..cf9811a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,16 +45,13 @@ export default function LandingPage() {
@@ -233,37 +155,24 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/blurred-decorated-chairs_1203-59.jpg" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} - brandName="BistroReserve" copyrightText="© 2025 BistroReserve. All rights reserved." />