From ffc39b08700f459373fd39acf919430b41b40266 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:52:46 +0000 Subject: [PATCH] Update src/app/o-nas/page.tsx --- src/app/o-nas/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx index 6ad3e16..deb6d1d 100644 --- a/src/app/o-nas/page.tsx +++ b/src/app/o-nas/page.tsx @@ -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"