Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf4f17857b | |||
| c4aed42965 | |||
| 2d703032db |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user