diff --git a/src/app/page.tsx b/src/app/page.tsx index 403bdfc..b797a6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,9 @@ export default function LandingPage() { @@ -336,29 +169,15 @@ export default function LandingPage() { logoText="Estato" columns={[ { - title: "Product", - items: [ - { - label: "System", - href: "#solution", - }, - { - label: "Pricing", - href: "#pricing", - }, + title: "Product", items: [ + { label: "System", href: "#solution" }, + { label: "Pricing", href: "#pricing" }, ], }, { - title: "Company", - items: [ - { - label: "Terms", - href: "#", - }, - { - label: "Privacy", - href: "#", - }, + title: "Company", items: [ + { label: "Terms", href: "#" }, + { label: "Privacy", href: "#" }, ], }, ]}