diff --git a/src/app/sluzby/page.tsx b/src/app/sluzby/page.tsx index e2855bb..366bf2c 100644 --- a/src/app/sluzby/page.tsx +++ b/src/app/sluzby/page.tsx @@ -17,9 +17,9 @@ export default function ServicesPage() { const navItems = [ { name: "Domů", id: "/" }, { name: "Služby", id: "/sluzby" }, - { name: "Ceník", id: "pricing" }, + { name: "Ceník", id: "/cenik" }, { name: "Reference", id: "testimonials" }, - { name: "Kontakt", id: "contact" }, + { name: "Kontakt", id: "/kontakt" }, ]; return ( @@ -189,7 +189,8 @@ export default function ServicesPage() { tag="Lokální expertise" tagIcon={MapPin} tagAnimation="slide-up" - names={["Slaný", "Kladno", "Rakovník", "Praha-západ", "Roztoky", "Hostivice", "Stochov", "Mšeno"]} + names={[ + "Slaný", "Kladno", "Rakovník", "Praha-západ", "Roztoky", "Hostivice", "Stochov", "Mšeno"]} speed={40} showCard={true} textboxLayout="default"