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