Update src/app/page.tsx

This commit is contained in:
2026-05-11 08:39:56 +00:00
parent be12d55f87
commit 4ece258805

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>