diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 45e5ad3..c910c12 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b003d15..99e9476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { testimonialRotationInterval={5000} buttons={[ { text: "Забронировать сейчас", href: "contact" }, - { text: "Записаться на просмотр", href: "contact" }, + { text: "Посмотреть залы", href: "contact" }, ]} buttonAnimation="none" useInvertedBackground={false} @@ -287,4 +287,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file