Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1fdc00708 | |||
| fc60707cc1 | |||
| 9c634742d8 | |||
| 1d55c20e7c | |||
| c380cd7cbf | |||
| 183ec3e3e0 | |||
| f6943e6444 | |||
| e5ca165031 | |||
| 36715a831f | |||
| c3227cd985 | |||
| fb710151fe | |||
| 828b63248a | |||
| 44fb989aa1 | |||
| 8313e04610 | |||
| 3d31e6b1db | |||
| 0bd47e115b | |||
| 77445969df | |||
| 92117a5522 | |||
| 2d50f0f594 | |||
| 48d96892b9 | |||
| c1a144397b | |||
| e3ffa01de2 | |||
| 458c0f9071 | |||
| eac9ab144e | |||
| 5b73dc428b | |||
| e83c818a2e | |||
| b46a5b224f | |||
| 283b908ca3 | |||
| fb2c71a46e | |||
| c8725e5211 | |||
| fc96639779 | |||
| 6d6bf25437 | |||
| 778c050798 | |||
| 51306ff2a5 | |||
| 3dc9ffbd66 | |||
| b12bf72235 | |||
| 373d95d3a0 | |||
| 4b0441c22d | |||
| 70f275f3bd | |||
| d09d22982c | |||
| bffa65235b | |||
| 0923b3ddb4 |
190
src/app/page.tsx
190
src/app/page.tsx
@@ -30,49 +30,49 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="LuxeStudio"
|
brandName="Fodrászat"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Szolgáltatások", id: "services" },
|
||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfólió", id: "portfolio" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Csapat", id: "team" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Vélemények", id: "testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "GYIK", id: "faq" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Kapcsolat", id: "contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Premium Beauty Transformations Await You"
|
title="Fodrászat "
|
||||||
description="Experience expert styling, professional grooming, and artistic beauty services. From haircuts to nail art, our talented team delivers exceptional results tailored to your unique style."
|
description="Ha eleged van a „csak levágjuk és kész” élményből, és végre egy olyan fodrászt keresel, aki tényleg rád figyel — akkor jó helyen jársz."
|
||||||
tag="Professional Beauty Studio"
|
tag="Fodrászat"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment", href: "#contact" },
|
{ text: "Foglalj Időpontot", href: "#contact" },
|
||||||
{ text: "View Our Services", href: "#services" }
|
{ text: "Nézd meg Szolgáltatásainkat", href: "#services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAmux5UI3LwTwCt5XIgatlMJ3E/uploaded-1773941758693-yp77dc4v.jpg", imageAlt: "Luxury beauty salon interior" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/carefree-white-girl-playing-with-her-curly-hair-while-posing-park-outdoor-portrait-beautiful-ginger-lady-chilling-sunny-day_197531-10208.jpg?id=11577107", imageAlt: "Luxus szépségszalon interior" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAmux5UI3LwTwCt5XIgatlMJ3E/uploaded-1773941862654-775q6e8k.jpg", imageAlt: "Professional barbershop setting" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-model-outdoors_651396-144.jpg?id=26576328", imageAlt: "Professzionális barbershop szetting" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAmux5UI3LwTwCt5XIgatlMJ3E/uploaded-1773941818296-qwsfhbsx.jpg", imageAlt: "Premium nail salon studio" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-stands-park_8353-5084.jpg?id=2437651", imageAlt: "Prémium körömszalon studio" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
ariaLabel="Hero gallery showcasing premium beauty studio"
|
ariaLabel="Hero galéria a prémium szépségszalont bemutató"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Our Premium Services & Pricing"
|
title="Prémium Szolgáltatásaink és Áraink"
|
||||||
description="Transparent pricing for all beauty services. Each treatment is customized to enhance your natural beauty and confidence."
|
description="Nem csak hajat vágok — segítek megtalálni azt a stílust, ami illik hozzád"
|
||||||
tag="Professional Services"
|
tag="Profi Szolgáltatások"
|
||||||
tagIcon={Scissors}
|
tagIcon={Scissors}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Reserve Your Slot", href: "#contact" }]}
|
buttons={[{ text: "Foglalj Helyet", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -80,13 +80,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "haircut", name: "Professional Haircuts", price: "$45 - $75", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205890.jpg", imageAlt: "Professional haircut styling"
|
id: "haircut", name: "Hajvágás, mosás+szárítás", price: "4.000 - 8.000 HUF", imageSrc: "http://img.b2bpic.net/premium-photo/hairdresser-is-using-dryer-customer_1605427-2677.jpg?id=111978357", imageAlt: "Professzionális hajvágás stílus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "manicure", name: "Luxury Manicure & Pedicure", price: "$35 - $55", imageSrc: "http://img.b2bpic.net/free-photo/hand-spa-massage-clean-white-bed_1150-17474.jpg", imageAlt: "Professional manicure service"
|
id: "manicure", name: "Hajvágás", price: "3.000 - 6.000 HUF", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-man-s-hair-close-up_23-2148353443.jpg?id=6211086", imageAlt: "Professzionális manikűr szolgáltatás"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "makeup", name: "Professional Makeup Artistry", price: "$60 - $120", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210704.jpg", imageAlt: "Professional makeup application"
|
id: "makeup", name: "Teljes hajmegújulás / Hajfestés", price: "8.000 - 16.000 HUF", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-colored-hair-her-client-hair-salon_1157-27194.jpg?id=5912225", imageAlt: "Professzionális smink alkalmazás"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -94,31 +94,31 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="portfolio" data-section="portfolio">
|
<div id="portfolio" data-section="portfolio">
|
||||||
<FeatureCardSix
|
<FeatureCardSix
|
||||||
title="Before & After Transformations"
|
title="Előtte és Utána Átalakítások"
|
||||||
description="Witness the power of professional beauty services. Our portfolio showcases real transformations that build confidence and celebrate individuality."
|
description="Látsd meg a professzionális szépségszolgáltatások erejét. Portfóliónk valódi átalakításokat mutat be, amelyek magabiztosságot építenek és az egyéniséget ünneplik."
|
||||||
tag="Portfolio Gallery"
|
tag="Portfólió Galéria"
|
||||||
tagIcon={ImageIcon}
|
tagIcon={ImageIcon}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "See Full Gallery", href: "#" }]}
|
buttons={[{ text: "Teljes Galéria Megtekintése", href: "#" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Hair Transformations", description: "Color, cut, and styling that reveal your best self. Professional techniques and premium products ensure lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-female-friends-posing_273609-7272.jpg", imageAlt: "Hair transformation before and after"
|
title: "Teljes hajmegújulás", description: "Szín, vágás és stílus, amely felfedi a legjobb önmagadat. Professzionális technikák és prémium termékek garantálják az tartós eredményeket.", imageSrc: "http://img.b2bpic.net/premium-photo/stylist-making-hairdo-with-hair-curler-beauty-salon-concept_106885-1660.jpg?id=6662813", imageAlt: "Hajátalakítás előtte és utána"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Nail Art Designs", description: "Intricate designs and premium finishes. From classic elegance to trendy art, our nail technicians create masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-manicure-process_23-2149130312.jpg", imageAlt: "Professional nail art design"
|
title: "Női, Gyerek és Férfi hajvágás ", description: "És ami a legfontosabb: nem csak a hajaddal foglalkozom, hanem azzal is, hogy jól érezd magad közben.", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19721.jpg?id=28232286", imageAlt: "Professzionális körömművészet"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Makeup Artistry", description: "Professional makeup for every occasion. Enhance your features with expert color matching and application techniques.", imageSrc: "http://img.b2bpic.net/free-photo/young-womwn-wearing-trendy-hairstyle_23-2149478913.jpg", imageAlt: "Professional makeup transformation"
|
title: "Hajfestés", description: "Legyen szó egy frissítésről, egy merészebb váltásról vagy csak egy kis feltöltődésről, a cél ugyanaz: Szeretsd önmagadat!", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-home-by-hairstylist_23-2148817212.jpg?id=12060102", imageAlt: "Professzionális sminkátalakítás"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Grooming Excellence", description: "Precision beard shaping and professional grooming. Confidence starts with a fresh, well-groomed appearance.", imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-man-model_23-2150036904.jpg", imageAlt: "Professional grooming transformation"
|
title: "Szakáll igazítás", description: "Precíz szakállátalakítás vagy igazítás. Az önbizalom egy friss, gondozott megjelenéssel kezdődik.", imageSrc: "http://img.b2bpic.net/premium-photo/beard-styling-cut_153608-72.jpg?id=6827073", imageAlt: "Professzionális grooming átalakítás"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -126,12 +126,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardOne
|
<TeamCardOne
|
||||||
title="Meet Our Expert Team"
|
title="Találd Meg Szakértő Csapatunkat"
|
||||||
description="Certified professionals dedicated to delivering exceptional beauty services. Our team combines expertise, passion, and artistry."
|
description="Certificált szakemberek, akik elkötelezettik a kivételes szépségszolgáltatások nyújtása iránt. Csapatunk szakértelmet, szenvedélyt és művészetességet egyesít."
|
||||||
tag="Talented Professionals"
|
tag="Tehetséges Szakemberek"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Book with Your Favorite Stylist", href: "#contact" }]}
|
buttons={[{ text: "Foglalj a Kedvenc Stylisteddal", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -139,13 +139,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "member1", name: "Sarah Mitchell", role: "Senior Hair Stylist & Color Specialist", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-black-t-shirt-standing-with-crossed-arms-looking-cheery-front-view_176474-34804.jpg", imageAlt: "Sarah Mitchell, senior hair stylist"
|
id: "member1", name: "Szabó Éva", role: "Fő Hajstylist és Szín Szakértő", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-black-t-shirt-standing-with-crossed-arms-looking-cheery-front-view_176474-34804.jpg", imageAlt: "Szabó Éva, fő hajstylist"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "member2", name: "Jessica Chen", role: "Master Nail Technician & Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", imageAlt: "Jessica Chen, nail technician"
|
id: "member2", name: "Varga Anikó", role: "Mester Körömművész és Körömművészet Szakkertő", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", imageAlt: "Varga Anikó, körömművész"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "member3", name: "Marcus Johnson", role: "Professional Barber & Grooming Expert", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13831.jpg", imageAlt: "Marcus Johnson, professional barber"
|
id: "member3", name: "Kiss Péter", role: "Professzionális Borbély és Grooming Szakértő", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13831.jpg", imageAlt: "Kiss Péter, professzionális borbély"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -153,34 +153,34 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="Why Choose Our Beauty Studio"
|
title="Miért Válassz Minket?"
|
||||||
description="Proven excellence through measurable results. Our commitment to quality and customer satisfaction sets us apart."
|
description="Bizonyított kiválóság mérhető eredményeken keresztül. Minőségre és ügyfélmegelégedettségre való elköteleződésünk kitűntet minket."
|
||||||
tag="Our Achievements"
|
tag="Elérésünk"
|
||||||
tagIcon={Trophy}
|
tagIcon={Trophy}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Schedule Your Experience", href: "#contact" }]}
|
buttons={[{ text: "Foglalj Tapasztalatot", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "satisfaction", icon: Heart, title: "Client Satisfaction", value: "98%" },
|
{ id: "satisfaction", icon: Heart, title: "Ügyfél Megelégedettség", value: "98%" },
|
||||||
{ id: "experience", icon: Star, title: "Years of Experience", value: "50+" },
|
{ id: "experience", icon: Star, title: "Tapasztalati Évek", value: "5+" },
|
||||||
{ id: "clients", icon: Users, title: "Happy Clients Served", value: "5K+" },
|
{ id: "clients", icon: Users, title: "Kiszolgált Boldog Ügyfelek", value: "400+" },
|
||||||
{ id: "awards", icon: Award, title: "Awards & Recognition", value: "15+" }
|
{ id: "awards", icon: Award, title: "Díjak és Elismerés", value: "5+" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={["Beauty Box Magazine", "Style Today", "Nail Art Pro", "Grooming Excellence", "Premium Salon Network", "Beauty Industry Leaders", "Professional Stylists Guild"]}
|
names={["Szépség Lap Magazin", "Stílus Ma", "Körömművészet Pro", "Grooming Kiválóság", "Prémium Szalon Hálózat", "Szépségipar Vezetői", "Profi Stylistok Céhe"]}
|
||||||
logos={[
|
logos={[
|
||||||
"http://img.b2bpic.net/free-vector/minimal-style-logo-pack_23-2148368534.jpg", "http://img.b2bpic.net/free-vector/logo-template-with-ornaments_1319-78.jpg", "http://img.b2bpic.net/free-vector/flat-muted-colors-logos-collection_52683-105278.jpg", "http://img.b2bpic.net/free-vector/flat-design-pet-grooming-template_23-2150059426.jpg", "http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg", "http://img.b2bpic.net/free-vector/luxury-logo-template-with-vintage-style_23-2147846198.jpg", "http://img.b2bpic.net/free-vector/colorful-minimalist-wedding-monograms-pastel-colors_23-2148368099.jpg"
|
"http://img.b2bpic.net/free-vector/minimal-style-logo-pack_23-2148368534.jpg", "http://img.b2bpic.net/free-vector/logo-template-with-ornaments_1319-78.jpg", "http://img.b2bpic.net/free-vector/flat-muted-colors-logos-collection_52683-105278.jpg", "http://img.b2bpic.net/free-vector/flat-design-pet-grooming-template_23-2150059426.jpg", "http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg", "http://img.b2bpic.net/free-vector/luxury-logo-template-with-vintage-style_23-2147846198.jpg", "http://img.b2bpic.net/free-vector/colorful-minimalist-wedding-monograms-pastel-colors_23-2148368099.jpg"
|
||||||
]}
|
]}
|
||||||
title="Trusted by Industry Leaders"
|
title="Az Iparág Vezetői Bíznak Bennünk"
|
||||||
description="Featured and recognized by leading beauty industry publications and professional organizations worldwide."
|
description="Kiemelt és elismerve a vezető szépségiparban működő kiadványok és nemzetközi szervezetek világszerte."
|
||||||
tag="Industry Recognition"
|
tag="Iparágazati Elismerés"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -192,33 +192,33 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Our Clients Say"
|
title="Mit Mondanak Ügyfeleink"
|
||||||
description="Real testimonials from satisfied customers who trust us with their beauty needs and celebrate their transformations."
|
description="Valódi vélemények az elégedett ügyfelektől, akik rábízták szépségszükségleteiket és ünneplik átalakításukat."
|
||||||
tag="Client Reviews"
|
tag="Ügyfél Vélemények"
|
||||||
tagIcon={MessageSquare}
|
tagIcon={MessageSquare}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Share Your Experience", href: "#" }]}
|
buttons={[{ text: "Oszd Meg Élményed", href: "#" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Jennifer Adams", date: "2 weeks ago", title: "Hair Color Expert", quote: "Absolutely transformed my hair! Sarah's expertise in color matching is unmatched. I've never felt more confident.", tag: "Hair Styling", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg", avatarAlt: "Jennifer Adams"
|
id: "t1", name: "Nagy Judit", date: "2 hete", title: "Hajszín Szakértő", quote: "Teljesen átalakította a hajamat! Éva szín-összeállítási szakértelme páratlan. Még sosem éreztem magamat magabiztosabbnak.", tag: "Hajstílus", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg", avatarAlt: "Nagy Judit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "t2", name: "Amanda Rodriguez", date: "1 month ago", title: "Nail Art Enthusiast", quote: "Jessica's nail designs are pure art. Every detail is perfect, and the quality of service is exceptional. Highly recommend!", tag: "Nail Art", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg", avatarAlt: "Amanda Rodriguez"
|
id: "t2", name: "Kovács Mirella", date: "1 hónapja", title: "Körömművészeti Rajongó", quote: "Anikó körömdesignjai tiszta művészet. Minden részlet tökéletes, és a szolgáltatás minősége kivételes. Szívből ajánlom!", tag: "Körömművészet", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg", avatarAlt: "Kovács Mirella"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "t3", name: "Rebecca Thompson", date: "3 weeks ago", title: "Makeup Artist Client", quote: "The makeup application for my wedding day was flawless. Professional, attentive, and beautiful results that lasted all night.", tag: "Makeup & Events", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", avatarAlt: "Rebecca Thompson"
|
id: "t3", name: "Tóth Katalin", date: "3 hete", title: "Ügyfél Sminkkészítő", quote: "Az esküvőm napjára készült smink tökéletes volt. Profi, odafigyelő és gyönyörű eredmények, amely végig tartott az egész éjszaka.", tag: "Smink és Események", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", avatarAlt: "Tóth Katalin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "t4", name: "Michael Chen", date: "1 week ago", title: "Regular Barber Client", quote: "Marcus is a true professional. Clean, precise work every time. This is my go-to spot for grooming and style.", tag: "Barbering", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", avatarAlt: "Michael Chen"
|
id: "t4", name: "Szabó Márton", date: "1 hete", title: "Rendszeres Borbély Ügyfél", quote: "Péter igazi profi. Tiszta, precíz munka minden alkalommal. Ez az én kedvenc helyem a grooming és stílusért.", tag: "Borbélyság", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", avatarAlt: "Szabó Márton"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "t5", name: "Emma Wilson", date: "3 days ago", title: "First-Time Client", quote: "Walked in nervous about trying something new, walked out thrilled with my transformation. Friendly staff and amazing service!", tag: "New Clients", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", avatarAlt: "Emma Wilson"
|
id: "t5", name: "Molnár Emma", date: "3 napja", title: "Első Alkalommal Jött", quote: "Ideges voltam, hogy új dolgot próbálok, de elragadtatva hagytam el az átalakítással. Barátságos személyzet és kiváló szolgáltatás!", tag: "Új Ügyfelek", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", avatarAlt: "Molnár Emma"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "t6", name: "David Martinez", date: "10 days ago", title: "Special Events", quote: "Got groomed for a special event and felt like a million bucks. Attention to detail, professional atmosphere, perfect execution.", tag: "Grooming Services", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12697.jpg", avatarAlt: "David Martinez"
|
id: "t6", name: "Horváth András", date: "10 napja", title: "Hajigazítás", quote: "Fel voltam készítve egy speciális eseményre és úgy éreztem magam, mint egy millió. Aprólékosság, profi légkör, tökéletes kivitelezés.", tag: "Grooming Szolgáltatások", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12697.jpg", avatarAlt: "Horváth András"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -226,9 +226,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Gyakori Kérdések"
|
||||||
sideDescription="Find answers to common questions about our services, booking process, and policies. Can't find what you're looking for? Contact us directly."
|
sideDescription="Itt megtalálod a legfontosabb tudnivalókat a szolgáltatásaimról és a foglalásról. Ha még maradt kérdésed, nyugodtan írj — szívesen segítek!"
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "Lépj Kapcsolatba", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
@@ -236,22 +236,22 @@ export default function LandingPage() {
|
|||||||
showCard={true}
|
showCard={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1", title: "How do I book an appointment?", content: "You can book online through our website, call us directly, or visit us in person. Online bookings offer instant confirmation and SMS reminders. We also offer same-day appointments based on stylist availability."
|
id: "faq1", title: "Hogyan foglalhatok időpontot?", content: "Online is foglalhatsz weboldalunkon, hívhatsz közvetlenül vagy személyesen meglátogathatsz minket. Az online foglalás azonnali megerősítést és SMS emlékeztetőt kínál. Rendelkezésre állás alapján napon belüli időpontot is ajánlunk."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "faq2", title: "What is your cancellation policy?", content: "We require 24 hours notice for cancellations or rescheduling. Cancellations made within 24 hours may incur a 50% service fee. No-shows are charged the full service price."
|
id: "faq2", title: "Mi történik, ha le kell mondanom az időpontot?", content: "Semmi gond, előfordul. Kérlek, legalább 24 órával előtte jelezd, így másnak át tudom adni az időpontot."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "faq3", title: "Do you offer group bookings?", content: "Yes! We accommodate group bookings for special occasions, bridal parties, and corporate events. Please contact us at least 2 weeks in advance to discuss your specific needs and customize packages."
|
id: "faq3", title: "Nem tudom pontosan, milyen frizura állna jól. Tudsz segíteni?", content: "Persze. Minden alkalom egy rövid konzultációval kezdődik, ahol megnézzük az arcformád, hajtípusod és stílusod, és együtt megtaláljuk azt a megoldást, ami tényleg jól áll és a hétköznapokban is működik."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "faq4", title: "Are walk-ins accepted?", content: "Walk-ins are welcome based on availability. However, we recommend booking ahead to ensure your preferred time slot and stylist. Peak hours may have longer wait times."
|
id: "faq4", title: "Kell előre készülnöm valamivel?", content: "Nem szükséges, de ha van elképzelésed vagy referencia képed, hozd nyugodtan — segít, hogy pontosan azt kapd, amit szeretnél."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "faq5", title: "Do you use eco-friendly products?", content: "We prioritize premium, professional-grade products that are safe for all hair and skin types. We offer eco-friendly and organic options upon request. Ask our team about sustainable beauty choices."
|
id: "faq5", title: "Mennyi időt vesz igénybe egy alkalom?", content: "Ez attól függ, mit szeretnél. Egy hajvágás általában 30–60 perc, míg egy festés vagy teljes átalakítás hosszabb időt igényel."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "faq6", title: "What payment methods do you accept?", content: "We accept cash, credit cards, debit cards, and digital payments. Online bookings require card payment. Gift cards are also available for purchase."
|
id: "faq6", title: "Milyen fizetési módok vannak?", content: "Készpénzzel és átutalással is tudsz fizetni."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -259,14 +259,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Transform?"
|
tag="Készen Állsz az Átalakításra?"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Book Your Beauty Experience Today"
|
title="Foglalj időpontot most!"
|
||||||
description="Don't wait to feel your best. Reserve your appointment now and let our expert team deliver the professional beauty services you deserve."
|
description="Ne várj, hogy a legjobban érezd magadat. Foglalj időpontot most, és hagyd, hogy nyújtsam neked azt amit megérdemelsz!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment Online", href: "#" },
|
{ text: "Foglalás Online", href: "#" },
|
||||||
{ text: "Call Us: (555) 123-4567", href: "tel:+15551234567" }
|
{ text: "Hívj Minket: +36 1 234 5678", href: "tel:+36123456789" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
@@ -278,39 +278,39 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Szolgáltatások", items: [
|
||||||
{ label: "Hair Styling", href: "#services" },
|
{ label: "Hajstílus", href: "#services" },
|
||||||
{ label: "Nail Services", href: "#services" },
|
{ label: "Körömszolgáltatások", href: "#services" },
|
||||||
{ label: "Makeup Artistry", href: "#services" },
|
{ label: "Sminkművészet", href: "#services" },
|
||||||
{ label: "Grooming & Barbering", href: "#services" }
|
{ label: "Grooming és Borbélyság", href: "#services" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Rólunk", items: [
|
||||||
{ label: "About Us", href: "#" },
|
{ label: "Alapítók", href: "#" },
|
||||||
{ label: "Our Team", href: "#team" },
|
{ label: "Csapatunk", href: "#team" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Karrier", href: "#" },
|
||||||
{ label: "Blog & Tips", href: "#" }
|
{ label: "Blog és Tippek", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Támogatás", items: [
|
||||||
{ label: "Contact Us", href: "#contact" },
|
{ label: "Kapcsolat", href: "#contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "GYIK", href: "#faq" },
|
||||||
{ label: "Booking", href: "#" },
|
{ label: "Foglalás", href: "#" },
|
||||||
{ label: "Gift Cards", href: "#" }
|
{ label: "Ajándékutalványok", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Jogi", items: [
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Adatvédelmi Irányelvek", href: "#" },
|
||||||
{ label: "Terms & Conditions", href: "#" },
|
{ label: "Feltételek és Kikötések", href: "#" },
|
||||||
{ label: "Cookie Policy", href: "#" },
|
{ label: "Sütik Szabályzata", href: "#" },
|
||||||
{ label: "Accessibility", href: "#" }
|
{ label: "Akadálymentesítés", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 LuxeStudio Beauty. All rights reserved. Premium Beauty Services for Every Style."
|
copyrightText="© 2026 Fodrászat. Minden jog fenntartva. Prémium szépségszolgáltatások minden stílushoz."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user