Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 23:39:26 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}