diff --git a/src/app/page.tsx b/src/app/page.tsx index 3188501..d0cf0ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { ]} ctaTitle="Запишитесь на прием" ctaDescription="Готовы позаботиться о здоровье своих зубов? Свяжитесь с нами сегодня." - ctaButton={{ text: "Записаться онлайн", href: "#" }} + ctaButton={{ text: "Book Your Consultation", href: "#" }} ctaIcon={Calendar} /> @@ -122,4 +122,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}