Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-09 19:17:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -251,7 +251,7 @@ export default function HomePage() {
<ContactFaq
ctaTitle="Plan Your Visit"
ctaDescription="Beregovaya Street 47A, Rostov-on-Don. Open 24 hours. Discover the living ruins."
ctaButton={{ text: "Get Directions", href: "#" }}
ctaButton={{ text: "Plan Visit Now", href: "#" }}
ctaIcon={MapPin}
useInvertedBackground={false}
animationType="slide-up"
@@ -326,4 +326,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}