From 897391907db887059ecb956e30b8261998233c92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:02:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 ++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a346959..78720ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -187,12 +151,10 @@ export default function LandingPage() {
@@ -204,20 +166,15 @@ export default function LandingPage() { columns={[ { title: "Navigate", items: [ - { - label: "Home", href: "#hero"}, - { - label: "About", href: "#about"}, - { - label: "Menu", href: "#products"}, + { label: "Home", href: "#hero" }, + { label: "About", href: "#about" }, + { label: "Menu", href: "#products" }, ], }, { title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Terms of Service", href: "#"}, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} -- 2.49.1