Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ece258805 | |||
| be12d55f87 | |||
| 2fd1f5a94f |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user