3 Commits

Author SHA1 Message Date
bf4f17857b Update src/app/page.tsx 2026-03-05 12:35:04 +00:00
c4aed42965 Update src/app/layout.tsx 2026-03-05 12:35:04 +00:00
2d703032db Merge version_2 into main
Merge version_2 into main
2026-03-05 12:32:08 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -64,7 +64,7 @@ export default function HomePage() {
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
{ text: "Забронировать сейчас", href: "contact" }, { text: "Забронировать сейчас", href: "contact" },
{ text: "Записаться на просмотр", href: "contact" }, { text: "Посмотреть залы", href: "contact" },
]} ]}
buttonAnimation="none" buttonAnimation="none"
useInvertedBackground={false} useInvertedBackground={false}
@@ -287,4 +287,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }