Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "O nas",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nas", id: "about"},
|
||||
{
|
||||
name: "Usługi",
|
||||
id: "services",
|
||||
},
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Fabryka Urody"
|
||||
/>
|
||||
@@ -52,107 +44,57 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fabryka Urody – Piękno z troską"
|
||||
description="Twoje miejsce na relaks i profesjonalną pielęgnację w samym sercu Czeskiego Cieszyna. Odkryj harmonię ducha i ciała."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna K.",
|
||||
role: "Klientka",
|
||||
testimonial: "Najlepsze miejsce w Cieszynie! Atmosfera i profesjonalizm na najwyższym poziomie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg?_wi=1",
|
||||
imageAlt: "elegant beauty salon interior white gold",
|
||||
},
|
||||
name: "Anna K.", handle: "Klientka", testimonial: "Najlepsze miejsce w Cieszynie! Atmosfera i profesjonalizm na najwyższym poziomie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg", imageAlt: "elegant beauty salon interior white gold"},
|
||||
{
|
||||
name: "Magdalena S.",
|
||||
role: "Klientka",
|
||||
testimonial: "Wspaniałe rytuały na włosy, poczułam się jak w prawdziwym SPA.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=1",
|
||||
imageAlt: "professional beautician working smiling",
|
||||
},
|
||||
name: "Magdalena S.", handle: "Klientka", testimonial: "Wspaniałe rytuały na włosy, poczułam się jak w prawdziwym SPA.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", imageAlt: "professional beautician working smiling"},
|
||||
{
|
||||
name: "Zuzanna B.",
|
||||
role: "Klientka",
|
||||
testimonial: "Profesjonalizm i troska o klienta. Polecam każdemu!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=1",
|
||||
imageAlt: "luxurious hair styling treatment",
|
||||
},
|
||||
name: "Zuzanna B.", handle: "Klientka", testimonial: "Profesjonalizm i troska o klienta. Polecam każdemu!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg", imageAlt: "luxurious hair styling treatment"},
|
||||
{
|
||||
name: "Katarzyna W.",
|
||||
role: "Klientka",
|
||||
testimonial: "Rewelacyjny masaż Kobido, bardzo relaksujące miejsce.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=1",
|
||||
imageAlt: "luxurious facial treatment kobido",
|
||||
},
|
||||
name: "Katarzyna W.", handle: "Klientka", testimonial: "Rewelacyjny masaż Kobido, bardzo relaksujące miejsce.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg", imageAlt: "luxurious facial treatment kobido"},
|
||||
{
|
||||
name: "Marta J.",
|
||||
role: "Klientka",
|
||||
testimonial: "Idealna obsługa, zawsze wychodzę zadowolona i zrelaksowana.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg",
|
||||
imageAlt: "salon interior elegant details",
|
||||
},
|
||||
name: "Marta J.", handle: "Klientka", testimonial: "Idealna obsługa, zawsze wychodzę zadowolona i zrelaksowana.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg", imageAlt: "salon interior elegant details"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Objednat se",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Objednat se", href: "#contact"},
|
||||
{
|
||||
text: "Zobrazit služby",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Zobrazit služby", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg"
|
||||
imageAlt="Elegancki salon Fabryka Urody"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg",
|
||||
alt: "Stylist 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", alt: "Stylist 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg",
|
||||
alt: "Stylist 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", alt: "Stylist 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg",
|
||||
alt: "Stylist 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", alt: "Stylist 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg",
|
||||
alt: "Stylist 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", alt: "Stylist 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg",
|
||||
alt: "Stylist 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", alt: "Stylist 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Profesjonalne podejście",
|
||||
},
|
||||
type: "text", text: "Profesjonalne podejście"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Najwyższa jakość",
|
||||
},
|
||||
type: "text", text: "Najwyższa jakość"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Relaksująca atmosfera",
|
||||
},
|
||||
type: "text", text: "Relaksująca atmosfera"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Doświadczony zespół",
|
||||
},
|
||||
type: "text", text: "Doświadczony zespół"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nowoczesne techniki",
|
||||
},
|
||||
type: "text", text: "Nowoczesne techniki"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,19 +107,13 @@ export default function LandingPage() {
|
||||
description="Fabryka Urody to nowoczesny salon fryzjersko-kosmetyczny w Czeskim Cieszynie. Nasze miejsce łączy pasję do pielęgnacji z historią zabytkowego budynku byłej fabryki pędzli. Oferujemy personalizowane rytuały piękna w atmosferze pełnej relaksu i profesjonalizmu."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fryzjerstwo",
|
||||
description: "Nowoczesne strzyżenie, koloryzacje i zabiegi regeneracyjne.",
|
||||
},
|
||||
title: "Fryzjerstwo", description: "Nowoczesne strzyżenie, koloryzacje i zabiegi regeneracyjne."},
|
||||
{
|
||||
title: "Kosmetologia",
|
||||
description: "Masaże Kobido, rytuały twarzy i zaawansowana pielęgnacja.",
|
||||
},
|
||||
title: "Kosmetologia", description: "Masaże Kobido, rytuały twarzy i zaawansowana pielęgnacja."},
|
||||
{
|
||||
title: "Relaks",
|
||||
description: "Unikalne rytuały Head Spa w kameralnej atmosferze.",
|
||||
},
|
||||
title: "Relaks", description: "Unikalne rytuały Head Spa w kameralnej atmosferze."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -190,23 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fryzjerstwo",
|
||||
description: "Profesjonalne cięcia, koloryzacje premium i pielęgnacja włosów.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia, koloryzacje premium i pielęgnacja włosów.", imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Kosmetologia",
|
||||
description: "Masaże Kobido, pielęgnacja twarzy, manicure i pedicure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Kosmetologia", description: "Masaże Kobido, pielęgnacja twarzy, manicure i pedicure.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Specjalne Rytuały",
|
||||
description: "Head Spa, masaże transbukalne oraz onkologiczne masaże.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=3",
|
||||
},
|
||||
id: "f3", title: "Specjalne Rytuały", description: "Head Spa, masaże transbukalne oraz onkologiczne masaże.", imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg"},
|
||||
]}
|
||||
title="Nasze usługi"
|
||||
description="Zadbaj o siebie dzięki naszej szerokiej ofercie zabiegów pielęgnacyjnych."
|
||||
@@ -219,6 +143,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Produkty"
|
||||
description="Nasza oferta profesjonalnych produktów do pielęgnacji."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,28 +155,17 @@ export default function LandingPage() {
|
||||
description="Zapraszamy do kontaktu. Odwiedź nas przy Střelniční 1307/9 lub zadzwoń: +420 603 263 399."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Imię i nazwisko",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Imię i nazwisko", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Twój email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Twój email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Numer telefonu",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Numer telefonu", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "W jakiej sprawie się kontaktujesz?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "W jakiej sprawie się kontaktujesz?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/appointment-booking-landing-page_23-2148563958.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -263,42 +178,27 @@ export default function LandingPage() {
|
||||
logoText="Fabryka Urody"
|
||||
columns={[
|
||||
{
|
||||
title: "Nawigacja",
|
||||
items: [
|
||||
title: "Nawigacja", items: [
|
||||
{
|
||||
label: "Start",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Usługi",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Usługi", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Tel: +420 603 263 399",
|
||||
href: "tel:+420603263399",
|
||||
},
|
||||
label: "Tel: +420 603 263 399", href: "tel:+420603263399"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/fabrykaurody_cieszyn",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/fabrykaurody_cieszyn"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Godziny otwarcia",
|
||||
items: [
|
||||
title: "Godziny otwarcia", items: [
|
||||
{
|
||||
label: "Pon–Pt: 8:00–18:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pon–Pt: 8:00–18:00", href: "#"},
|
||||
{
|
||||
label: "Sobota: 8:00–13:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sobota: 8:00–13:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user