From 35b2d1e9952cb56453708e2556a3f5a001c4908e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:44:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b11087d..bc60347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,38 +46,19 @@ export default function LandingPage() {
@@ -313,33 +194,21 @@ export default function LandingPage() { logoText="I PASTRY" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1