Update src/app/sluzby/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user