Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -181,35 +181,40 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do I book an appointment?", content: "You can book directly via our WhatsApp integration or by using the booking form below." },
|
||||
{ id: "f2", title: "Are consultations included?", content: "Yes, every luxury treatment begins with a personal beauty consultation." },
|
||||
{ id: "f3", title: "Do you host bridal groups?", content: "Absolutely, we specialize in high-end bridal party beauty transformations." },
|
||||
{ id: "f1", title: "How do I book an appointment? (RO: Cum rezerv? / RU: Как забронировать?)", content: "You can book via our booking form below or WhatsApp. (RO: Rezervați prin formular sau WhatsApp. / RU: Бронируйте через форму или WhatsApp.)" },
|
||||
{ id: "f2", title: "Are consultations included? (RO: Consultanța inclusă? / RU: Консультация включена?)", content: "Yes, every session starts with a consultation. (RO: Da, fiecare sesiune începe cu o consultanță. / RU: Да, каждая сессия начинается с консультации.)" },
|
||||
{ id: "f3", title: "Do you host bridal groups? (RO: Servicii pentru mirese? / RU: Услуги для невест?)", content: "Yes, we specialize in bridal parties. (RO: Da, suntem specializați în mirese. / RU: Да, мы специализируемся на невестах.)" },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find answers to help you book your next luxury appointment."
|
||||
sideDescription="FAQ (RO: Întrebări Frecvente / RU: Часто задаваемые вопросы)"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Booking"
|
||||
title="Beauty Bunker Studio"
|
||||
title="Book Your Appointment (Rezervă / Забронировать)"
|
||||
description="Strada Gheorghe Asachi 62/2, Chișinău, Moldova. Call: +37368167716"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name (Nume / Имя)", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email (Эл. почта)", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone (Telefon / Телефон)", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Message (Mesaj / Сообщение)", rows: 3 }}
|
||||
buttonText="Submit (Trimite / Отправить)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cx2PAbWgTknzSq9mMhTHL7YZyY/cinematic-closing-shot-of-a-luxury-beaut-1778489930651-a823584e.png"
|
||||
logoText="BEAUTY BUNKER STUDIO"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Studio", items: [{ label: "Services", href: "#services" }, { label: "Gallery", href: "#gallery" }, { label: "Booking", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "WhatsApp", href: "https://wa.me/37368167716" }] },
|
||||
{ title: "Studio (RO / RU)", items: [{ label: "Services (Servicii / Услуги)", href: "#services" }, { label: "Gallery (Galerie / Галерея)", href: "#gallery" }] },
|
||||
{ title: "Contact (RO / RU)", items: [{ label: "+373 68 167 716", href: "tel:+37368167716" }, { label: "WhatsApp", href: "https://wa.me/37368167716" }] },
|
||||
{ title: "Legal (Legal / Юр.)", items: [{ label: "Privacy (Confidențialitate / Конфиденциальность)", href: "#" }, { label: "Terms (Termeni / Условия)", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2025 Beauty Bunker Studio"
|
||||
bottomRightText="Chișinău, Moldova"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user