Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bad192d9df | |||
| bfcb77e710 | |||
| 6d2589f1ac | |||
| 4d12eddab0 | |||
| 1ae733d655 |
118
src/app/page.tsx
118
src/app/page.tsx
@@ -33,10 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Главная", id: "hero" },
|
||||
{ name: "Услуги", id: "services" },
|
||||
{ name: "Галерея", id: "gallery" },
|
||||
{ name: "Контакты", id: "contact" },
|
||||
{ name: "Acasă", id: "hero" },
|
||||
{ name: "Servicii", id: "services" },
|
||||
{ name: "Galerie", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="INESSA"
|
||||
/>
|
||||
@@ -45,8 +45,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Где роскошь встречается с красотой"
|
||||
description="Испытайте мастерство парижского уровня в самом сердце Кишинева. В INESSA вас ждут неподвластная времени красота, элитный стиль и индивидуальные преображения."
|
||||
title="Unde luxul întâlnește frumusețea"
|
||||
description="Experimentează măiestria la nivel parizian în inima Chișinăului. La INESSA, te așteaptă frumusețea atemporală, stilul de elită și transformări personalizate."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-woman-s-portrait-dramma-look_633478-1621.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg", alt: "Client 2" },
|
||||
@@ -55,26 +55,26 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-covering-face-with-feathers-black-mask_23-2148011354.jpg", alt: "Client 5" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Записаться", href: "#booking" },
|
||||
{ text: "Наши Услуги", href: "#services" },
|
||||
{ text: "Rezervă", href: "#booking" },
|
||||
{ text: "Serviciile noastre", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Элитный стиль" },
|
||||
{ type: "text", text: "Парижская техника" },
|
||||
{ type: "text", text: "Авторское окрашивание" },
|
||||
{ type: "text", text: "Премиум сервис" },
|
||||
{ type: "text", text: "Трансформация красоты" },
|
||||
{ type: "text", text: "Stil de elită" },
|
||||
{ type: "text", text: "Tehnică pariziană" },
|
||||
{ type: "text", text: "Colorare de autor" },
|
||||
{ type: "text", text: "Servicii premium" },
|
||||
{ type: "text", text: "Transformarea frumuseții" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Наша философия"
|
||||
title="Европейские стандарты. Творческая страсть."
|
||||
description="В INESSA мы верим, что красота — это искусство. Наш салон привносит в Молдову мировые европейские техники, сочетая парижскую элегантность с персонализированным элитным обслуживанием."
|
||||
subdescription="Каждое преображение создается нашими экспертами, вдохновленными модой, чтобы ваши волосы отражали ту изысканность, которую вы заслуживаете."
|
||||
tag="Filozofia noastră"
|
||||
title="Standarde europene. Pasiune creativă."
|
||||
description="La INESSA, credem că frumusețea este artă. Salonul nostru aduce tehnici europene de clasă mondială în Moldova, combinând eleganța pariziană cu un serviciu de elită personalizat."
|
||||
subdescription="Fiecare transformare este creată de experții noștri, inspirați de modă, pentru ca părul tău să reflecte rafinamentul pe care îl meriți."
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
mediaAnimation="blur-reveal"
|
||||
icon={Sparkles}
|
||||
@@ -88,15 +88,15 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Стрижки и укладки", description: "Точные стрижки и редакционный стиль.", icon: Scissors },
|
||||
{ title: "Окрашивание волос", description: "Индивидуальные цветовые палитры.", icon: Palette },
|
||||
{ title: "Техника Балаяж", description: "Искусное окрашивание прядей.", icon: Sparkles },
|
||||
{ title: "Кератиновое выпрямление", description: "Шелковистые и послушные волосы.", icon: Wind },
|
||||
{ title: "Свадебные прически", description: "Идеальная элегантность для вашего дня.", icon: Heart },
|
||||
{ title: "Мужской груминг", description: "Острый, изысканный и современный образ.", icon: User },
|
||||
{ title: "Tunsori și coafuri", description: "Tunsori de precizie și stil editorial.", icon: Scissors },
|
||||
{ title: "Colorarea părului", description: "Palete de culori personalizate.", icon: Palette },
|
||||
{ title: "Tehnica Balayage", description: "Colorarea artistică a șuvițelor.", icon: Sparkles },
|
||||
{ title: "Îndreptarea cu keratină", description: "Păr mătăsos și disciplinat.", icon: Wind },
|
||||
{ title: "Coafuri de nuntă", description: "Eleganță perfectă pentru ziua ta.", icon: Heart },
|
||||
{ title: "Grooming masculin", description: "Un look sofisticat și modern.", icon: User },
|
||||
]}
|
||||
title="Элитное парикмахерское искусство"
|
||||
description="Изучите наш ассортимент профессиональных услуг, призванных подчеркнуть ваш стиль."
|
||||
title="Artă de coafură de elită"
|
||||
description="Descoperă gama noastră de servicii profesionale, menite să evidențieze stilul tău."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,15 +107,15 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "g1", name: "Глянцевый финиш", price: "Смотреть", imageSrc: "http://img.b2bpic.net/free-photo/blonde-model-posing_1122-488.jpg", imageAlt: "high fashion beauty campaign hairstyle" },
|
||||
{ id: "g2", name: "Точные стрижки", price: "Смотреть", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5500.jpg", imageAlt: "hair coloring artistic transformation shot" },
|
||||
{ id: "g3", name: "Мастерство цвета", price: "Смотреть", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-curlyhaired-girl-headshot-photo-high-quality-photo_114579-92023.jpg", imageAlt: "editorial portrait female perfect hairstyle" },
|
||||
{ id: "g4", name: "Свадебная элегантность", price: "Смотреть", imageSrc: "http://img.b2bpic.net/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg", imageAlt: "high end balayage styling editorial" },
|
||||
{ id: "g5", name: "Современный Балаяж", price: "Смотреть", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flower_52683-119994.jpg", imageAlt: "artistic editorial hairstyle photoshoot" },
|
||||
{ id: "g6", name: "Редакционные портреты", price: "Смотреть", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-studio-stylish-outfit-rock-leather-style-trend_285396-9687.jpg", imageAlt: "premium hair styling editorial shot" },
|
||||
{ id: "g1", name: "Finisaj lucios", price: "Vezi", imageSrc: "http://img.b2bpic.net/free-photo/blonde-model-posing_1122-488.jpg", imageAlt: "high fashion beauty campaign hairstyle" },
|
||||
{ id: "g2", name: "Tunsori de precizie", price: "Vezi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5500.jpg", imageAlt: "hair coloring artistic transformation shot" },
|
||||
{ id: "g3", name: "Măiestria culorii", price: "Vezi", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-curlyhaired-girl-headshot-photo-high-quality-photo_114579-92023.jpg", imageAlt: "editorial portrait female perfect hairstyle" },
|
||||
{ id: "g4", name: "Eleganță nupțială", price: "Vezi", imageSrc: "http://img.b2bpic.net/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg", imageAlt: "high end balayage styling editorial" },
|
||||
{ id: "g5", name: "Balayage modern", price: "Vezi", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flower_52683-119994.jpg", imageAlt: "artistic editorial hairstyle photoshoot" },
|
||||
{ id: "g6", name: "Portrete editoriale", price: "Vezi", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-studio-stylish-outfit-rock-leather-style-trend_285396-9687.jpg", imageAlt: "premium hair styling editorial shot" },
|
||||
]}
|
||||
title="Портфолио работ"
|
||||
description="Посмотрите на результат INESSA через наши последние преображения."
|
||||
title="Portofoliu"
|
||||
description="Descoperă rezultatele INESSA prin ultimele noastre transformări."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,54 +126,54 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", description: "Европейские специалисты" },
|
||||
{ id: "m2", value: "5k+", description: "Успешных преображений" },
|
||||
{ id: "m3", value: "24/7", description: "Онлайн-запись" },
|
||||
{ id: "m1", value: "100%", description: "Specialiști europeni" },
|
||||
{ id: "m2", value: "5k+", description: "Transformări de succes" },
|
||||
{ id: "m3", value: "24/7", description: "Programare online" },
|
||||
]}
|
||||
title="Обещание INESSA"
|
||||
description="Почему элита доверяет нам свою красоту."
|
||||
title="Promisiunea INESSA"
|
||||
description="De ce elita își încredințează frumusețea nouă."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Отзывы клиентов"
|
||||
description="Международные мнения о нашем мастерстве."
|
||||
title="Recenziile clienților"
|
||||
description="Opinii internaționale despre măiestria noastră."
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sophie L.", handle: "Париж, Франция", testimonial: "Исключительное мастерство. Поистине роскошный опыт в центре Кишинева.", rating: 5 },
|
||||
{ id: "2", name: "Elena P.", handle: "Кишинев, Молдова", testimonial: "Лучший опыт. Балаяж безупречен, именно то, что я хотела.", rating: 5 },
|
||||
{ id: "3", name: "Anna V.", handle: "Лондон, Великобритания", testimonial: "Сервис мирового уровня. Профессионализм и внимание к деталям.", rating: 5 },
|
||||
{ id: "1", name: "Sophie L.", handle: "Paris, Franța", testimonial: "Măiestrie excepțională. O experiență cu adevărat luxoasă în centrul Chișinăului.", rating: 5 },
|
||||
{ id: "2", name: "Elena P.", handle: "Chișinău, Moldova", testimonial: "Cea mai bună experiență. Balayage-ul este impecabil, exact ce mi-am dorit.", rating: 5 },
|
||||
{ id: "3", name: "Anna V.", handle: "Londra, Marea Britanie", testimonial: "Serviciu de clasă mondială. Profesionalism și atenție la detalii.", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking" data-section="booking">
|
||||
<ContactSplitForm
|
||||
title="Премиум запись"
|
||||
description="Выберите услугу и время для индивидуального визита."
|
||||
title="Rezervare Premium"
|
||||
description="Alege serviciul și ora pentru o vizită individuală."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Ваше имя", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Электронная почта", required: true },
|
||||
{ name: "name", type: "text", placeholder: "Numele tău", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Adresa de e-mail", required: true },
|
||||
]}
|
||||
multiSelect={{ name: "service", label: "Выберите услугу", options: ["Стрижка", "Балаяж", "Окрашивание", "Свадебная прическа"] }}
|
||||
textarea={{ name: "notes", placeholder: "Особые пожелания?" }}
|
||||
buttonText="Записаться"
|
||||
multiSelect={{ name: "service", label: "Selectează serviciul", options: ["Tunsoare", "Balayage", "Colorare", "Coafură de nuntă"] }}
|
||||
textarea={{ name: "notes", placeholder: "Cerințe speciale?" }}
|
||||
buttonText="Rezervă"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FaqSplitMedia
|
||||
title="Посетите наш салон"
|
||||
description="Удобное расположение и многоязычная поддержка."
|
||||
title="Vizitează salonul nostru"
|
||||
description="Locație accesibilă și asistență multilingvă."
|
||||
faqs={[
|
||||
{ id: "1", title: "Адрес", content: "ул. Мэлина Микэ 11/4, Кишинев, MD-2021" },
|
||||
{ id: "2", title: "Телефон", content: "+373 69 113 900" },
|
||||
{ id: "3", title: "Языки", content: "Обслуживаем на румынском, русском, французском и английском языках." },
|
||||
{ id: "1", title: "Adresă", content: "str. Mălina Mică 11/4, Chișinău, MD-2021" },
|
||||
{ id: "2", title: "Telefon", content: "+373 69 113 900" },
|
||||
{ id: "3", title: "Limbi", content: "Deservim în română, rusă, franceză și engleză." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
@@ -186,9 +186,9 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
logoText="INESSA"
|
||||
columns={[
|
||||
{ title: "Навигация", items: [{ label: "Главная", href: "#hero" }, { label: "Услуги", href: "#services" }] },
|
||||
{ title: "Языки", items: [{ label: "Выбор языка", href: "#" }] },
|
||||
{ title: "Юридическая информация", items: [{ label: "Политика конфиденциальности", href: "#" }] },
|
||||
{ title: "Navigare", items: [{ label: "Acasă", href: "#hero" }, { label: "Servicii", href: "#services" }] },
|
||||
{ title: "Limbi", items: [{ label: "Selectează limba", href: "#" }] },
|
||||
{ title: "Informații legale", items: [{ label: "Politica de confidențialitate", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | INESSA"
|
||||
/>
|
||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user