Merge version_1_1781400937336 into main
Merge version_1_1781400937336 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -5,6 +5,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
|
||||
import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -16,13 +17,9 @@ export default function HomePage() {
|
||||
brand="Beauty Room"
|
||||
description="Професійний догляд за вашою красою. Відкриваємось щодня о 10:00, чекаємо на вас у нашому затишному просторі."
|
||||
primaryButton={{
|
||||
text: "Записатися зараз",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Записатися зараз", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Наші послуги",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "Наші послуги", href: "#services"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-composition-with-candles-towel-top-view_169016-20529.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -44,54 +41,19 @@ export default function HomePage() {
|
||||
description="Ми пропонуємо широкий спектр косметичних послуг для вашої впевненості."
|
||||
items={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Догляд за обличчям",
|
||||
description: "Професійна чистка та маски",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-checking-their-phones-even-their-bathroom_23-2149017788.jpg",
|
||||
},
|
||||
title: "Догляд за обличчям", description: "Професійна чистка та маски", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-checking-their-phones-even-their-bathroom_23-2149017788.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Манікюр",
|
||||
description: "Якісний догляд та дизайн",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-nails_23-2149936845.jpg",
|
||||
},
|
||||
title: "Манікюр", description: "Якісний догляд та дизайн", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-nails_23-2149936845.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Перукарські послуги",
|
||||
description: "Стильні стрижки та фарбування",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-hair_1122-1456.jpg",
|
||||
},
|
||||
title: "Перукарські послуги", description: "Стильні стрижки та фарбування", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-hair_1122-1456.jpg"},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Масаж",
|
||||
description: "Розслаблюючі техніки",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-therapist-pouring-oil_23-2148882187.jpg",
|
||||
},
|
||||
title: "Масаж", description: "Розслаблюючі техніки", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-therapist-pouring-oil_23-2148882187.jpg"},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Вії та брови",
|
||||
description: "Виразний погляд щодня",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-eyelash-extensions-african-girl-doing-procedure-woman-couch_1157-48330.jpg",
|
||||
},
|
||||
title: "Вії та брови", description: "Виразний погляд щодня", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/master-eyelash-extensions-african-girl-doing-procedure-woman-couch_1157-48330.jpg"},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Депіляція",
|
||||
description: "Гладкість та комфорт",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfies-with-new-dress_23-2147688754.jpg",
|
||||
},
|
||||
title: "Депіляція", description: "Гладкість та комфорт", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-selfies-with-new-dress_23-2147688754.jpg"},
|
||||
{
|
||||
id: "s7",
|
||||
title: "Корекція",
|
||||
description: "Ідеальна форма та догляд",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-eyebrow-treatment-beauty-salon_23-2148879539.jpg",
|
||||
},
|
||||
title: "Корекція", description: "Ідеальна форма та догляд", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-eyebrow-treatment-beauty-salon_23-2148879539.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -105,17 +67,11 @@ export default function HomePage() {
|
||||
description="Наші успіхи та відданість справі."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
description: "Задоволених клієнтів",
|
||||
},
|
||||
value: "25+", description: "Задоволених клієнтів"},
|
||||
{
|
||||
value: "100%",
|
||||
description: "Якість матеріалів",
|
||||
},
|
||||
value: "100%", description: "Якість матеріалів"},
|
||||
{
|
||||
value: "3.9",
|
||||
description: "Рейтинг якості",
|
||||
},
|
||||
value: "3.9", description: "Рейтинг якості"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -129,25 +85,15 @@ export default function HomePage() {
|
||||
author="Анна М."
|
||||
avatars={[
|
||||
{
|
||||
name: "Клієнт 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg",
|
||||
},
|
||||
name: "Клієнт 1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg"},
|
||||
{
|
||||
name: "Клієнт 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-getting-ready_23-2149722037.jpg",
|
||||
},
|
||||
name: "Клієнт 2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-getting-ready_23-2149722037.jpg"},
|
||||
{
|
||||
name: "Клієнт 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-caucasian-young-brunette-woman-with-tousled-hair-holding-head-looking-camera-sticking-tongue-out-outdoors-mood-lifestyle-concept_197531-32662.jpg",
|
||||
},
|
||||
name: "Клієнт 3", imageSrc: "http://img.b2bpic.net/free-photo/crazy-caucasian-young-brunette-woman-with-tousled-hair-holding-head-looking-camera-sticking-tongue-out-outdoors-mood-lifestyle-concept_197531-32662.jpg"},
|
||||
{
|
||||
name: "Клієнт 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-bathrobe-pretending-show-something-looking-confident_176474-88285.jpg",
|
||||
},
|
||||
name: "Клієнт 4", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-bathrobe-pretending-show-something-looking-confident_176474-88285.jpg"},
|
||||
{
|
||||
name: "Клієнт 5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg",
|
||||
},
|
||||
name: "Клієнт 5", imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -161,16 +107,11 @@ export default function HomePage() {
|
||||
description="Все, що потрібно знати перед візитом."
|
||||
categories={[
|
||||
{
|
||||
name: "Графік роботи",
|
||||
items: [
|
||||
name: "Графік роботи", items: [
|
||||
{
|
||||
question: "О котрій ви відкриваєтесь?",
|
||||
answer: "Ми працюємо щодня з 10:00.",
|
||||
},
|
||||
question: "О котрій ви відкриваєтесь?", answer: "Ми працюємо щодня з 10:00."},
|
||||
{
|
||||
question: "Чи працюєте ви у неділю?",
|
||||
answer: "Так, ми працюємо з 10:00 до 18:00 у неділю.",
|
||||
},
|
||||
question: "Чи працюєте ви у неділю?", answer: "Так, ми працюємо з 10:00 до 18:00 у неділю."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -184,13 +125,30 @@ export default function HomePage() {
|
||||
tag="Контакти"
|
||||
text="Готові до змін? Записуйтесь прямо зараз!"
|
||||
primaryButton={{
|
||||
text: "Зателефонувати",
|
||||
href: "tel:+380000000000",
|
||||
}}
|
||||
text: "Зателефонувати", href: "tel:+380000000000"}}
|
||||
secondaryButton={{
|
||||
text: "Написати нам",
|
||||
href: "mailto:hello@beautyroom.com",
|
||||
}}
|
||||
text: "Написати нам", href: "mailto:hello@beautyroom.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleCard
|
||||
brand="Beauty Room"
|
||||
columns={[
|
||||
{
|
||||
title: "Графік роботи", items: [
|
||||
{ label: "Пн-Сб: 10:00-19:00" },
|
||||
{ label: "Нд: 10:00-18:00" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyright="© 2024 Beauty Room. Всі права захищені."
|
||||
links={[
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user