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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "O nas", id: "about"},
|
||||
{
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Kontakt", id: "contact"},
|
||||
{ name: "Start", id: "hero" },
|
||||
{ name: "O nas", id: "about" },
|
||||
{ name: "Usługi", id: "services" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Fabryka Urody"
|
||||
/>
|
||||
@@ -43,59 +39,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ 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.", 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", 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"},
|
||||
{ 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: "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" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Objednat se", href: "#contact"},
|
||||
{
|
||||
text: "Zobrazit služby", href: "#services"},
|
||||
{ text: "Objednat se", href: "#contact" },
|
||||
{ text: "Zobrazit služby", href: "#services" },
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -104,17 +59,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{
|
||||
title: "Fryzjerstwo", description: "Nowoczesne strzyżenie, koloryzacje i zabiegi regeneracyjne."},
|
||||
{
|
||||
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: "Fryzjerstwo", description: "Nowoczesne strzyżenie, koloryzacje i zabiegi regeneracyjne." },
|
||||
{ title: "Kosmetologia", description: "Masaże Kobido, rytuały twarzy i zaawansowana pielęgnacja." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,12 +75,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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"},
|
||||
{ id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia i koloryzacje premium." },
|
||||
{ id: "f2", title: "Kosmetologia", description: "Masaże Kobido i pielęgnacja twarzy." },
|
||||
{ id: "f3", title: "Rytuały", description: "Unikalne sesje Head Spa." },
|
||||
]}
|
||||
title="Nasze usługi"
|
||||
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">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Kontakt i Rezerwacje"
|
||||
description="Zapraszamy do kontaktu. Odwiedź nas przy Střelniční 1307/9 lub zadzwoń: +420 603 263 399."
|
||||
title="Kontakt"
|
||||
description="Zapraszamy do kontaktu. Střelniční 1307/9, Czeski Cieszyn."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Imię i nazwisko", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Twój email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Numer telefonu", required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Imię i nazwisko" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
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"
|
||||
buttonText="Zarezerwuj"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Fabryka Urody"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Nawigacja", items: [
|
||||
{
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Usługi", href: "#services"},
|
||||
],
|
||||
title: "PL", items: [{ label: "O nas", href: "#about" }, { label: "Kontakt", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Tel: +420 603 263 399", href: "tel:+420603263399"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com/fabrykaurody_cieszyn"},
|
||||
],
|
||||
title: "CZ", items: [{ label: "O nás", href: "#about" }, { label: "Kontakt", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
title: "Godziny otwarcia", items: [
|
||||
{
|
||||
label: "Pon–Pt: 8:00–18:00", href: "#"},
|
||||
{
|
||||
label: "Sobota: 8:00–13:00", href: "#"},
|
||||
],
|
||||
title: "Kontakt", items: [{ label: "+420 603 263 399" }, { label: "Střelniční 1307/9" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Fabryka Urody"
|
||||
bottomRightText="Czeski Cieszyn"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user