diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b0cbd8..c1786c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Clock, Smile } from "lucide-react"; +import { Award, Clock, Smile, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -31,32 +31,15 @@ export default function LandingPage() { @@ -65,74 +48,23 @@ export default function LandingPage() { title="Salon urody Madame w Katowicach" description="Profesjonalna pielęgnacja w atmosferze pełnego relaksu. Zadbaj o siebie w sercu Katowic." testimonials={[ - { - name: "Anna K.", - handle: "Klientka", - testimonial: "Wspaniała atmosfera relaksu i pełen profesjonalizm. Polecam!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-wonderful-young-woman-with-kind-big-eyes-gently-smiling-light-wall_197531-4929.jpg", - }, - { - name: "Marta B.", - handle: "Klientka", - testimonial: "Paznokcie żelowe wykonane perfekcyjnie. Najlepszy salon w okolicy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-after-shower_329181-1520.jpg", - }, - { - name: "Kasia W.", - handle: "Klientka", - testimonial: "Zawsze jestem zadowolona z efektów zabiegów rzęs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", - }, - { - name: "Joanna S.", - handle: "Klientka", - testimonial: "Cudowne podejście do klienta. Bardzo polecam to miejsce.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-brunette-woman-with-smile-her-face-looks-camera-pink-background-lifestyle-concept_197531-31360.jpg", - }, - { - name: "Ewa P.", - handle: "Klientka", - testimonial: "Relaks, piękno i doświadczenie. Wracam tu z wielką przyjemnością.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", - }, + { name: "Anna K.", handle: "Klientka", testimonial: "Wspaniała atmosfera relaksu i pełen profesjonalizm. Polecam!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-wonderful-young-woman-with-kind-big-eyes-gently-smiling-light-wall_197531-4929.jpg" }, + { name: "Marta B.", handle: "Klientka", testimonial: "Paznokcie żelowe wykonane perfekcyjnie. Najlepszy salon w okolicy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-after-shower_329181-1520.jpg" }, + { name: "Kasia W.", handle: "Klientka", testimonial: "Zawsze jestem zadowolona z efektów zabiegów rzęs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }, + { name: "Joanna S.", handle: "Klientka", testimonial: "Cudowne podejście do klienta. Bardzo polecam to miejsce.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-brunette-woman-with-smile-her-face-looks-camera-pink-background-lifestyle-concept_197531-31360.jpg" }, + { name: "Ewa P.", handle: "Klientka", testimonial: "Relaks, piękno i doświadczenie. Wracam tu z wielką przyjemnością.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg" }, ]} buttons={[ - { - text: "Zadzwoń teraz", - href: "tel:+48000000000", - }, - { - text: "Umów wizytę", - href: "#contact", - }, + { text: "Zadzwoń teraz", href: "tel:+48000000000" }, + { text: "Umów wizytę", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg", - alt: "Client profile", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg", - alt: "Client profile", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg", - alt: "Client profile", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", - alt: "Client profile", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-relaxing-lingerie-bed_1301-2324.jpg", - alt: "Client profile", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg", alt: "Client profile" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-young-redheaded-woman_171337-8472.jpg", alt: "Client profile" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg", alt: "Client profile" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", alt: "Client profile" }, + { src: "http://img.b2bpic.net/free-photo/woman-relaxing-lingerie-bed_1301-2324.jpg", alt: "Client profile" }, ]} /> @@ -142,30 +74,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Manicure / Pedicure", - description: "Klasyczna pielęgnacja dłoni i stóp dla idealnego wyglądu.", - imageSrc: "http://img.b2bpic.net/free-photo/graceful-thin-fingers-girl-with-trendy-pastel-nude-manicure-fluffy-soft-sweater-cute-silver-ring-bow_343596-7953.jpg", - buttonIcon: "Calendar", - }, - { - title: "Stylizacja paznokci", - description: "Profesjonalne paznokcie żelowe i hybrydowe w najmodniejszych kolorach.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4214.jpg", - buttonIcon: "Calendar", - }, - { - title: "Stylizacja rzęs", - description: "Podkreśl spojrzenie dzięki naszym metodom przedłużania rzęs.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238717.jpg", - buttonIcon: "Calendar", - }, - { - title: "Zabiegi pielęgnacyjne", - description: "Głębokie nawilżenie i regeneracja Twojej skóry w miłej atmosferze.", - imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg", - buttonIcon: "Calendar", - }, + { title: "Manicure / Pedicure", description: "Klasyczna pielęgnacja dłoni i stóp dla idealnego wyglądu.", imageSrc: "http://img.b2bpic.net/free-photo/graceful-thin-fingers-girl-with-trendy-pastel-nude-manicure-fluffy-soft-sweater-cute-silver-ring-bow_343596-7953.jpg", buttonIcon: Calendar }, + { title: "Stylizacja paznokci", description: "Profesjonalne paznokcie żelowe i hybrydowe w najmodniejszych kolorach.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4214.jpg", buttonIcon: Calendar }, + { title: "Stylizacja rzęs", description: "Podkreśl spojrzenie dzięki naszym metodom przedłużania rzęs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238717.jpg", buttonIcon: Calendar }, + { title: "Zabiegi pielęgnacyjne", description: "Głębokie nawilżenie i regeneracja Twojej skóry w miłej atmosferze.", imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg", buttonIcon: Calendar }, ]} title="Nasze usługi" description="Oferujemy kompleksową pielęgnację dostosowaną do Twoich potrzeb." @@ -177,21 +89,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Dlaczego Madame?" metrics={[ - { - icon: Award, - label: "Doświadczenie", - value: "10+ lat", - }, - { - icon: Smile, - label: "Zadowolone klientki", - value: "1000+", - }, - { - icon: Clock, - label: "Czas realizacji", - value: "Szybko", - }, + { icon: Award, label: "Doświadczenie", value: "10+ lat" }, + { icon: Smile, label: "Zadowolone klientki", value: "1000+" }, + { icon: Clock, label: "Czas realizacji", value: "Szybko" }, ]} metricsAnimation="slide-up" /> @@ -204,42 +104,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "g1", - name: "Stylizacja nails", - price: "od 120 zł", - imageSrc: "http://img.b2bpic.net/free-photo/serene-ambiance-with-cosmetics-relaxation_23-2152021606.jpg", - }, - { - id: "g2", - name: "Hybrid manicure", - price: "od 90 zł", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2329.jpg", - }, - { - id: "g3", - name: "Volume lashes", - price: "od 150 zł", - imageSrc: "http://img.b2bpic.net/free-photo/before-after-eyelashes-extensions-close-up_23-2149645052.jpg", - }, - { - id: "g4", - name: "Salon interior", - price: "od 100 zł", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-getting-spa-treatment_1098-1230.jpg", - }, - { - id: "g5", - name: "Nail art design", - price: "od 130 zł", - imageSrc: "http://img.b2bpic.net/free-photo/mirror-hairdressing-salon_23-2147670185.jpg", - }, - { - id: "g6", - name: "Pedicure spa", - price: "od 110 zł", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barber-client-towel_23-2147736962.jpg", - }, + { id: "g1", name: "Stylizacja nails", price: "od 120 zł", imageSrc: "http://img.b2bpic.net/free-photo/serene-ambiance-with-cosmetics-relaxation_23-2152021606.jpg" }, + { id: "g2", name: "Hybrid manicure", price: "od 90 zł", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2329.jpg" }, + { id: "g3", name: "Volume lashes", price: "od 150 zł", imageSrc: "http://img.b2bpic.net/free-photo/before-after-eyelashes-extensions-close-up_23-2149645052.jpg" }, + { id: "g4", name: "Salon interior", price: "od 100 zł", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-getting-spa-treatment_1098-1230.jpg" }, + { id: "g5", name: "Nail art design", price: "od 130 zł", imageSrc: "http://img.b2bpic.net/free-photo/mirror-hairdressing-salon_23-2147670185.jpg" }, + { id: "g6", name: "Pedicure spa", price: "od 110 zł", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barber-client-towel_23-2147736962.jpg" }, ]} title="Nasze realizacje" description="Zobacz efekty naszej pracy w salonie." @@ -253,26 +123,11 @@ export default function LandingPage() { rating={5} author="Marta Kowalska" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81859.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/fashion-portrait-pretty-woman-skin-care_624325-3175.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81859.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/fashion-portrait-pretty-woman-skin-care_624325-3175.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Client 5" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -284,21 +139,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Jak umówić wizytę?", - content: "Zadzwoń do nas lub skorzystaj z formularza kontaktowego. Oddzwonimy w ciągu 15 minut.", - }, - { - id: "f2", - title: "Czy oferujecie pakiety?", - content: "Tak, oferujemy atrakcyjne pakiety zabiegowe dla naszych stałych klientek.", - }, - { - id: "f3", - title: "Jaki jest czas oczekiwania?", - content: "Staramy się mieć terminy w ciągu kilku dni. Zadzwoń, a znajdziemy wolne miejsce.", - }, + { id: "f1", title: "Jak umówić wizytę?", content: "Zadzwoń do nas lub skorzystaj z formularza kontaktowego. Oddzwonimy w ciągu 15 minut." }, + { id: "f2", title: "Czy oferujecie pakiety?", content: "Tak, oferujemy atrakcyjne pakiety zabiegowe dla naszych stałych klientek." }, + { id: "f3", title: "Jaki jest czas oczekiwania?", content: "Staramy się mieć terminy w ciągu kilku dni. Zadzwoń, a znajdziemy wolne miejsce." }, ]} title="Częste pytania" description="Sprawdź najważniejsze informacje dotyczące wizyt." @@ -312,23 +155,11 @@ export default function LandingPage() { title="Umów się już dziś" description="Zadzwoń do nas lub wypełnij formularz – oddzwonimy w ciągu 15 minut!" inputs={[ - { - name: "name", - type: "text", - placeholder: "Imię", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Numer telefonu", - required: true, - }, + { name: "name", type: "text", placeholder: "Imię", required: true }, + { name: "phone", type: "tel", placeholder: "Numer telefonu", required: true }, ]} textarea={{ - name: "message", - placeholder: "Preferowana usługa i termin", - rows: 4, + name: "message", placeholder: "Preferowana usługa i termin", rows: 4, required: false, }} imageSrc="http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230955.jpg" @@ -340,42 +171,21 @@ export default function LandingPage() { logoText="Madame Katowice" columns={[ { - title: "Kontakt", - items: [ - { - label: "Leśnego Potoku 12", - href: "#", - }, - { - label: "+48 000 000 000", - href: "tel:+48000000000", - }, + title: "Kontakt", items: [ + { label: "Leśnego Potoku 12", href: "#" }, + { label: "+48 000 000 000", href: "tel:+48000000000" }, ], }, { - title: "Godziny", - items: [ - { - label: "Pn-Pt: 9:00-19:00", - href: "#", - }, - { - label: "Sb: 9:00-15:00", - href: "#", - }, + title: "Godziny", items: [ + { label: "Pn-Pt: 9:00-19:00", href: "#" }, + { label: "Sb: 9:00-15:00", href: "#" }, ], }, { - title: "Social", - items: [ - { - label: "Facebook", - href: "#", - }, - { - label: "Instagram", - href: "#", - }, + title: "Social", items: [ + { label: "Facebook", href: "#" }, + { label: "Instagram", href: "#" }, ], }, ]}