From 4f1e626dc2cb04dfdee63a46e85b6451835a602c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:41:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 267 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 224 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1