diff --git a/src/app/page.tsx b/src/app/page.tsx
index 81dde73..d923148 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,99 +32,64 @@ export default function LandingPage() {
@@ -308,33 +199,21 @@ export default function LandingPage() {
logoText="Luxusní holení"
columns={[
{
- title: "Informace",
- items: [
+ title: "Informace", items: [
{
- label: "Domů",
- href: "#hero",
- },
+ label: "Domů", href: "#hero"},
{
- label: "Služby",
- href: "#services",
- },
+ label: "Služby", href: "#services"},
{
- label: "Kontakt",
- href: "#contact",
- },
+ label: "Kontakt", href: "#contact"},
],
},
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{
- label: "Na Vozovce 36, Olomouc",
- href: "#",
- },
+ label: "Na Vozovce 36, Olomouc", href: "#"},
{
- label: "Tel: 773 163 895",
- href: "tel:773163895",
- },
+ label: "Tel: 773 163 895", href: "tel:773163895"},
],
},
]}