From 0e4634c2aac7fc2c953f15607d0c1fb4c69da775 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 123 deletions(-) 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." /> -- 2.49.1