From c63337e3ba25b24394e952ae04945d0a8f56f5a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 400 ++++++++++------------------------------------- 1 file changed, 84 insertions(+), 316 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6a292f..af4b204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,37 +34,21 @@ export default function LandingPage() { @@ -491,17 +291,13 @@ export default function LandingPage() { @@ -513,71 +309,43 @@ export default function LandingPage() { logoText="TJ Novoť" columns={[ { - title: "Klub", - items: [ + title: "Klub", items: [ { - label: "O Nás", - href: "#about", - }, + label: "O Nás", href: "#about"}, { - label: "Vízia", - href: "#home", - }, + label: "Vízia", href: "#home"}, { - label: "Tím", - href: "#testimonials", - }, + label: "Tím", href: "#testimonials"}, { - label: "Kontakt", - href: "#contact", - }, + label: "Kontakt", href: "#contact"}, ], }, { - title: "Komunita", - items: [ + title: "Komunita", items: [ { - label: "Členstvo", - href: "#pricing", - }, + label: "Členstvo", href: "#pricing"}, { - label: "Novinky", - href: "#blog", - }, + label: "Novinky", href: "#blog"}, { - label: "Udalosti", - href: "#", - }, + label: "Udalosti", href: "#"}, ], }, { - title: "Podpora", - items: [ + title: "Podpora", items: [ { - label: "Sponzorstvo", - href: "#social-proof", - }, + label: "Sponzorstvo", href: "#social-proof"}, { - label: "Obchod", - href: "#products", - }, + label: "Obchod", href: "#products"}, { - label: "Dobrovoľníci", - href: "#contact", - }, + label: "Dobrovoľníci", href: "#contact"}, ], }, { - title: "Právo", - items: [ + title: "Právo", items: [ { - label: "Podmienky", - href: "#", - }, + label: "Podmienky", href: "#"}, { - label: "Ochrana Osobných Údajov", - href: "#", - }, + label: "Ochrana Osobných Údajov", href: "#"}, ], }, ]} -- 2.49.1