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: "#"}, ], }, ]}