From 6ee32d2a9aeb0cfb8b598223bd359b3fd856d20e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:16:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 132 +++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f08e22..e33b6c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() { @@ -178,12 +141,9 @@ export default function LandingPage() { @@ -211,19 +169,15 @@ export default function LandingPage() { logoText="Chartuply" columns={[ { - title: "Links", items: [ - { - label: "Shop", href: "#products"}, - { - label: "About", href: "#about"}, + title: "Links", items: [ + { label: "Shop", href: "#products" }, + { label: "About", href: "#about" }, ], }, { - title: "Legal", items: [ - { - label: "Privacy", href: "#"}, - { - label: "Terms", href: "#"}, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]} @@ -232,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1