3 Commits

Author SHA1 Message Date
ec2a5a21ab Update src/app/page.tsx 2026-03-04 23:39:22 +00:00
0519d46b1c Update src/app/layout.tsx 2026-03-04 23:39:21 +00:00
ed64dbb087 Merge version_2 into main
Merge version_2 into main
2026-03-04 23:20:10 +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>
);
}
}