From fab135a667111207b27d4a9a6a2853413648fe5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:07:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fac4ec6..e9a4b0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -333,29 +186,15 @@ export default function LandingPage() { logoText="The Coffee Bean & Tea Leaf" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Our Menu", - href: "#product", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Our Menu", href: "#product" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}