3 Commits

Author SHA1 Message Date
4ece258805 Update src/app/page.tsx 2026-05-11 08:39:56 +00:00
be12d55f87 Merge version_2 into main
Merge version_2 into main
2026-05-11 08:34:32 +00:00
2fd1f5a94f Merge version_2 into main
Merge version_2 into main
2026-05-11 08:33:59 +00:00

View File

@@ -164,9 +164,11 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
tag="Inquire Now"
title="Join the Experience"
description="Secure your spot at our studio."
tag="Забронировать"
title="Присоединяйтесь к нам"
description="Забронируйте свое время в нашей студии."
buttonText="Записаться"
termsText="Нажимая кнопку, вы подтверждаете, что согласны с нашими Условиями использования."
/>
</div>
@@ -174,9 +176,10 @@ export default function LandingPage() {
<FooterBaseCard
logoText="BEAUTY BUNKER STUDIO"
columns={[
{ title: "Connect", items: [{ label: "WhatsApp", href: "#" }, { label: "Instagram", href: "#" }] },
{ title: "Location", items: [{ label: "Strada Gheorghe Asachi 62/2", href: "#" }] },
{ title: "Контакты", items: [{ label: "WhatsApp", href: "#" }, { label: "Instagram", href: "#" }] },
{ title: "Адрес", items: [{ label: "Strada Gheorghe Asachi 62/2", href: "#" }] },
]}
copyrightText="© 2025 | Webild"
/>
</div>
</ReactLenis>