From e4fa98bf4c437b66dda4f97107831d69aaec52e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:41:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1887094..63b9307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -362,42 +187,21 @@ export default function LandingPage() { logoText="Yogurt Emporium" columns={[ { - title: "Menu", - items: [ - { - label: "Flavors", - href: "#menu", - }, - { - label: "Toppings", - href: "#menu", - }, + title: "Menu", items: [ + { label: "Flavors", href: "#menu" }, + { label: "Toppings", href: "#menu" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Connect", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + title: "Connect", items: [ + { label: "Instagram", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]} -- 2.49.1