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