diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d28fe9c..9133b20 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index aec3d7c..5e89d01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { value: "24/7", label: "Leczenie ratunkowe" } ]} enableKpiAnimation={true} - buttons={[{ text: "Zadzwoń teraz: +48 25 7581608", href: "tel:+48257581608" }]} + buttons={[{ text: "Umów Wizytę Teraz", href: "tel:+48257581608" }]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg" imageAlt="Nowoczesna klinika dentystyczna Raf Dent" @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file