Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2730e6ac09 | |||
| d12317d7c3 | |||
| 877b29572f | |||
| 5e201cbf0d |
133
src/app/page.tsx
133
src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Start", id: "hero" },
|
||||||
name: "Start", id: "hero"},
|
{ name: "O nas", id: "about" },
|
||||||
{
|
{ name: "Usługi", id: "services" },
|
||||||
name: "O nas", id: "about"},
|
{ name: "Kontakt", id: "contact" },
|
||||||
{
|
|
||||||
name: "Usługi", id: "services"},
|
|
||||||
{
|
|
||||||
name: "Kontakt", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Fabryka Urody"
|
brandName="Fabryka Urody"
|
||||||
/>
|
/>
|
||||||
@@ -43,59 +39,18 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
title="Fabryka Urody – Piękno z troską"
|
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."
|
description="Twoje miejsce na relaks i profesjonalną pielęgnację w samym sercu Czeskiego Cieszyna. Odkryj harmonię ducha i ciała."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ 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?_wi=1" },
|
||||||
name: "Anna K.", handle: "Klientka", testimonial: "Najlepsze miejsce w Cieszynie! Atmosfera i profesjonalizm na najwyższym poziomie.", rating: 5,
|
{ 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?_wi=1" }
|
||||||
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: "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?_wi=1", imageAlt: "professional beautician working smiling"},
|
|
||||||
{
|
|
||||||
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?_wi=1", imageAlt: "luxurious hair styling treatment"},
|
|
||||||
{
|
|
||||||
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?_wi=1", imageAlt: "luxurious facial treatment kobido"},
|
|
||||||
{
|
|
||||||
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={[
|
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?_wi=2"
|
||||||
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 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 4"},
|
|
||||||
{
|
|
||||||
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: "Najwyższa jakość"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Relaksująca atmosfera"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Doświadczony zespół"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Nowoczesne techniki"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,17 +59,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="O nas"
|
title="O nas"
|
||||||
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."
|
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."
|
||||||
bulletPoints={[
|
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."},
|
|
||||||
]}
|
]}
|
||||||
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?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -125,12 +75,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia i koloryzacje premium." },
|
||||||
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: "f2", title: "Kosmetologia", description: "Masaże Kobido i pielęgnacja twarzy." },
|
||||||
{
|
{ id: "f3", title: "Rytuały", description: "Unikalne sesje Head Spa." },
|
||||||
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: "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"},
|
|
||||||
]}
|
]}
|
||||||
title="Nasze usługi"
|
title="Nasze usługi"
|
||||||
description="Zadbaj o siebie dzięki naszej szerokiej ofercie zabiegów pielęgnacyjnych."
|
description="Zadbaj o siebie dzięki naszej szerokiej ofercie zabiegów pielęgnacyjnych."
|
||||||
@@ -151,57 +98,31 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Kontakt i Rezerwacje"
|
title="Kontakt"
|
||||||
description="Zapraszamy do kontaktu. Odwiedź nas przy Střelniční 1307/9 lub zadzwoń: +420 603 263 399."
|
description="Zapraszamy do kontaktu. Střelniční 1307/9, Czeski Cieszyn."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Imię i nazwisko" },
|
||||||
name: "name", type: "text", placeholder: "Imię i nazwisko", required: true,
|
{ name: "email", type: "email", placeholder: "Email" },
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Twój email", required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "phone", type: "tel", placeholder: "Numer telefonu", required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
buttonText="Zarezerwuj"
|
||||||
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"
|
|
||||||
buttonText="Zarezerwuj termin"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterSimple
|
||||||
logoText="Fabryka Urody"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Nawigacja", items: [
|
title: "PL", items: [{ label: "O nas", href: "#about" }, { label: "Kontakt", href: "#contact" }],
|
||||||
{
|
|
||||||
label: "Start", href: "#hero"},
|
|
||||||
{
|
|
||||||
label: "Usługi", href: "#services"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Kontakt", items: [
|
title: "CZ", items: [{ label: "O nás", href: "#about" }, { label: "Kontakt", href: "#contact" }],
|
||||||
{
|
|
||||||
label: "Tel: +420 603 263 399", href: "tel:+420603263399"},
|
|
||||||
{
|
|
||||||
label: "Instagram", href: "https://instagram.com/fabrykaurody_cieszyn"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Godziny otwarcia", items: [
|
title: "Kontakt", items: [{ label: "+420 603 263 399" }, { label: "Střelniční 1307/9" }],
|
||||||
{
|
|
||||||
label: "Pon–Pt: 8:00–18:00", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Sobota: 8:00–13:00", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
bottomLeftText="© 2025 Fabryka Urody"
|
||||||
|
bottomRightText="Czeski Cieszyn"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user