Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64fde1814f | |||
| 0b323fa680 | |||
| 2eb686da39 |
319
src/app/page.tsx
319
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Domov", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Služby", id: "services" },
|
||||||
id: "hero",
|
{ name: "O nás", id: "about" },
|
||||||
},
|
{ name: "Tím", id: "team" },
|
||||||
{
|
{ name: "Recenzie", id: "reviews" },
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Team",
|
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="PROFI"
|
brandName="PROFI"
|
||||||
/>
|
/>
|
||||||
@@ -57,109 +42,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
title="Krása je rituál, nie rutina"
|
||||||
}}
|
description="Zažite naše prémiové nechtové štúdio v srdci mesta."
|
||||||
title="Beauty is a ritual, not a routine"
|
|
||||||
description="Experience our curated, high-end nail atelier in the heart of the city."
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-10518.jpg", alt: "Klient" },
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-10518.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/spectacular-smiling-girl-expressing-positive-emotions-while-posing-home-indoor-portrait-magnificent-longhaired-woman-elegant-holiday-outfit_291650-2396.jpg", alt: "Klient" },
|
||||||
alt: "Client",
|
{ src: "http://img.b2bpic.net/free-photo/woman-field-daisies_23-2151983161.jpg", alt: "Klient" },
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/spectacular-smiling-girl-expressing-positive-emotions-while-posing-home-indoor-portrait-magnificent-longhaired-woman-elegant-holiday-outfit_291650-2396.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-field-daisies_23-2151983161.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-model-portrait-with-flower_23-2148905612.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/cute-young-woman-casual-wear-outdoor_624325-1123.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="5.0 Rating | 66+ Reviews"
|
avatarText="5.0 Hodnotenie | 66+ Recenzií"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "MANIKÚRA" },
|
||||||
type: "text",
|
{ type: "text", text: "SPA PEDIKÚRA" },
|
||||||
text: "MANICURE",
|
{ type: "text", text: "ÚPRAVA OBOČIA" },
|
||||||
},
|
{ type: "text", text: "PROSECCO PIATKY" },
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "SPA PEDICURE",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "EYEBROW STYLING",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "PROSECCO FRIDAYS",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "BEAUTY RETAIL",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="marquee" data-section="marquee">
|
|
||||||
<HeroCentered
|
|
||||||
background={{
|
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
title="Our Signature Rituals"
|
|
||||||
description="Excellence in every detail, crafted for your ultimate comfort."
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2425.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-portrait-outdoors_624325-2205.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-outdoor_624325-92.jpg",
|
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "MANICURE • SPA PEDICURE",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "EYEBROW STYLING • PROSECCO FRIDAYS",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "EXPRESS DUO • BEAUTY RETAIL",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "LUXURY CARE • EXPERT ARTISTRY",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "PARISIAN STYLE • CALM ATMOSPHERE",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -167,51 +63,24 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Beauty is a ritual, not a routine"
|
title="Krása je rituál, nie rutina"
|
||||||
tag="Our Philosophy"
|
tag="Naša filozofia"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Curated Services"
|
title="Naše služby"
|
||||||
description="Our signature services tailored for the discerning guest."
|
description="Signature procedúry vytvorené pre váš dokonalý komfort."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{ id: "1", title: "Manikúra", content: "Precízna úprava s dlhotrvajúcim prémiovým lakom." },
|
||||||
id: "1",
|
{ id: "2", title: "Spa pedikúra", content: "Kompletný senzorický relax s terapeutickou starostlivosťou." },
|
||||||
title: "Manicure",
|
{ id: "3", title: "Úprava obočia", content: "Definované, vytvarované obočie prispôsobené vašej tvári." },
|
||||||
content: "Precision grooming with long-wear premium polish.",
|
{ id: "4", title: "Prosecco piatky", content: "Oddýchnite si s pohárom bubliniek počas vašej procedúry." },
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Spa Pedicure",
|
|
||||||
content: "Full sensory reset with therapeutic care.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Eyebrow Styling",
|
|
||||||
content: "Defined, sculpted brows tailored to you.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Prosecco Fridays",
|
|
||||||
content: "Unwind with a glass of bubbly while you get pampered.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Express Duo",
|
|
||||||
content: "Effortless upkeep for the modern busy schedule.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
title: "Beauty Retail",
|
|
||||||
content: "Exclusive curation of our favorite luxury brands.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23684.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23684.jpg"
|
||||||
imageAlt="Luxurious nail salon treatment setting"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,33 +91,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{ id: "1", name: "Valeria", role: "Master Stylist" },
|
||||||
id: "1",
|
{ id: "2", name: "Natália", role: "Senior Technik" },
|
||||||
name: "Valeria",
|
|
||||||
role: "Master Stylist",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair_23-2148856087.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Natália",
|
|
||||||
role: "Senior Technician",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166070.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Irina",
|
|
||||||
role: "Brow Specialist",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Alena",
|
|
||||||
role: "Lead Aesthetician",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Meet the Artists"
|
title="Zoznámte sa s naším tímom"
|
||||||
description="The talent behind our ritual."
|
description="Talent, ktorý stojí za vaším rituálom krásy."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -258,51 +105,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Lucia", handle: "@lucia", testimonial: "Najlepšia manikúra, akú som kedy mala, skutočný spa zážitok." },
|
||||||
id: "1",
|
{ id: "2", name: "Jana", handle: "@jana", testimonial: "Irina robí s obočím zázraky. Odporúčam!" },
|
||||||
name: "Sarah",
|
|
||||||
handle: "@sarah",
|
|
||||||
testimonial: "The best manicure I've ever had, truly a spa experience.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-stylish-brunette-girl-confidently-looking-camera-white-background_574295-2431.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Elena",
|
|
||||||
handle: "@elena",
|
|
||||||
testimonial: "Irina's brow work is absolute magic.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Maria",
|
|
||||||
handle: "@maria",
|
|
||||||
testimonial: "Prosecco Fridays are my favorite day of the week.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-ballet-dancer-ballerina-pointe_1157-43875.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Julia",
|
|
||||||
handle: "@julia",
|
|
||||||
testimonial: "High-end luxury in every detail. Highly recommend.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-vitiligo_23-2149012605.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Anna",
|
|
||||||
handle: "@anna",
|
|
||||||
testimonial: "So refined and peaceful. The best atelier in town.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-with-flowers_23-2148834823.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "Kate",
|
|
||||||
handle: "@kate",
|
|
||||||
testimonial: "Professional service and absolutely gorgeous results.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Rituals"
|
title="Recenzie"
|
||||||
description="What our guests are saying."
|
description="Čo o nás hovoria naše klientky."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -311,37 +118,24 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Location: Rue de Paris",
|
"Tel: 0952 160 597", "Adresa: Košická 52a, 821 08 Ružinov", "Rezervácie: dikidi.net/profi"
|
||||||
"Hours: 10AM-8PM",
|
|
||||||
"Perks: Prosecco Fridays",
|
|
||||||
"Social: @profi_beauty",
|
|
||||||
]}
|
]}
|
||||||
title="Info Bar"
|
title="Kontakt"
|
||||||
description="Visit us in Paris, daily from 10 AM - 8 PM."
|
description="Navštívte nás v Ružinove, tešíme sa na vašu návštevu."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Ritual"
|
title="Rezervujte si termín"
|
||||||
description="Step into PROFI and leave the routine behind."
|
description="Vstúpte do PROFI a nechajte rutinu za dverami."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Vaše meno", required: true },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
|
||||||
imageAlt="Front desk of luxury atelier"
|
buttonText="Odoslať"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -349,38 +143,15 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Atelier",
|
title: "Ateliér", items: [
|
||||||
items: [
|
{ label: "Služby", href: "#services" },
|
||||||
{
|
{ label: "Tím", href: "#team" },
|
||||||
label: "Services",
|
{ label: "Rezervácia", href: "#contact" },
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Team",
|
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Booking",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 PROFI Beauty Space"
|
bottomLeftText="© 2024 PROFI Beauty Space"
|
||||||
bottomRightText="Refined Luxury"
|
bottomRightText="Košická 52a, 821 08 Ružinov"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user