Update src/app/sluzby/page.tsx

This commit is contained in:
2026-03-10 20:10:51 +00:00
parent 1a7da89e32
commit bc12d3424f

View File

@@ -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"