From e808e8e1157bfd637d2a06380d9d1af60c56bfea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:54:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 315 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 660fa9e..f546ab4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -371,41 +182,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pasta-soup-tomato-sauce_114579-15377.jpg" logoText="Bang Oya" columns={[ - { - title: "Menu", - items: [ - { - label: "Signature Selection", - href: "#product", - }, - { - label: "Golden Broth", - href: "#product", - }, - ], - }, - { - title: "Visit", - items: [ - { - label: "Directions", - href: "#", - }, - { - label: "Bookings", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - ], - }, + { title: "Menu", items: [{ label: "Signature Selection", href: "#product" }, { label: "Golden Broth", href: "#product" }] }, + { title: "Visit", items: [{ label: "Directions", href: "#" }, { label: "Bookings", href: "#contact" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }, ]} copyrightText="© 2025 Bang Oya | Redefining Heritage" /> @@ -413,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1