Update src/app/o-nas/page.tsx

This commit is contained in:
2026-03-09 18:52:46 +00:00
parent 95ef74238f
commit ffc39b0870

View File

@@ -29,9 +29,9 @@ export default function AboutPage() {
brandName="AUTO-SERVO-LUK"
navItems={[
{ name: "Strona główna", id: "/" },
{ name: "Usługi", id: "/services" },
{ name: "Usługi", id: "/uslugi" },
{ name: "O nas", id: "/o-nas" },
{ name: "Opinie", id: "/testimonials" },
{ name: "Opinie", id: "#testimonials" },
]}
button={{
text: "Zadzwoń teraz", href: "tel:796554557"
@@ -57,7 +57,7 @@ export default function AboutPage() {
text: "📞 Zadzwoń teraz", href: "tel:796554557"
},
{
text: "Poproś o wycenę", href: "/kontakt"
text: "Poproś o wycenę", href: "#contact"
},
]}
buttonAnimation="slide-up"