Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
313
src/app/page.tsx
313
src/app/page.tsx
@@ -33,43 +33,25 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Acasă",
|
name: "Acasă", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Despre Noi",
|
name: "Despre Noi", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Servicii",
|
name: "Servicii", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tratamente",
|
name: "Tratamente", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tarife",
|
name: "Tarife", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Păreri",
|
name: "Păreri", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ortoz"
|
brandName="Ortoz"
|
||||||
button={{
|
button={{
|
||||||
text: "Programează Acum",
|
text: "Programează Acum", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -79,39 +61,23 @@ export default function LandingPage() {
|
|||||||
description="Refugiul Tău de Relaxare și Rejuvenare. Experiențe de masaj terapeutic și relaxant, adaptate nevoilor tale, într-un ambient de lux în Chișinău."
|
description="Refugiul Tău de Relaxare și Rejuvenare. Experiențe de masaj terapeutic și relaxant, adaptate nevoilor tale, într-un ambient de lux în Chișinău."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Programează o Ședință",
|
text: "Programează o Ședință", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Vezi Serviciile Noastre",
|
text: "Vezi Serviciile Noastre", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-candles-towel-top-view_169016-20529.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-candles-towel-top-view_169016-20529.jpg", imageAlt: "Luxury spa interior with soft lighting"},
|
||||||
imageAlt: "Luxury spa interior with soft lighting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/back-massage-daylight-spa-long-gliding-strokes_169016-69103.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/back-massage-daylight-spa-long-gliding-strokes_169016-69103.jpg", imageAlt: "Professional massage therapist working on a client's back"},
|
||||||
imageAlt: "Professional massage therapist working on a client's back",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1126.jpg", imageAlt: "Person receiving a relaxing head massage"},
|
||||||
imageAlt: "Person receiving a relaxing head massage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-spa-objects_23-2148099232.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-spa-objects_23-2148099232.jpg", imageAlt: "Aromatherapy oils, flowers, and zen stones"},
|
||||||
imageAlt: "Aromatherapy oils, flowers, and zen stones",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/candle-burning-spa-salon_23-2147648659.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/candle-burning-spa-salon_23-2147648659.jpg", imageAlt: "Tranquil spa treatment room with warm tones"},
|
||||||
imageAlt: "Tranquil spa treatment room with warm tones",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7508.jpg", imageAlt: "Person relaxing peacefully on a massage table"},
|
||||||
imageAlt: "Person relaxing peacefully on a massage table",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
@@ -141,29 +107,19 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
title: "Masaj Terapeutic",
|
title: "Masaj Terapeutic", description: "Ameliorarea durerilor, relaxarea musculară și îmbunătățirea mobilității."},
|
||||||
description: "Ameliorarea durerilor, relaxarea musculară și îmbunătățirea mobilității.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
icon: Droplet,
|
||||||
title: "Masaj de Relaxare",
|
title: "Masaj de Relaxare", description: "Reducerea stresului, inducerea unei stări profunde de calm și bunăstare."},
|
||||||
description: "Reducerea stresului, inducerea unei stări profunde de calm și bunăstare.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Activity,
|
icon: Activity,
|
||||||
title: "Masaj Sportiv",
|
title: "Masaj Sportiv", description: "Recuperare rapidă după efort fizic intens și prevenirea leziunilor."},
|
||||||
description: "Recuperare rapidă după efort fizic intens și prevenirea leziunilor.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
title: "Masaj Anti-Celulitic",
|
title: "Masaj Anti-Celulitic", description: "Îmbunătățirea circulației, tonifierea pielii și reducerea aspectului de celulită."},
|
||||||
description: "Îmbunătățirea circulației, tonifierea pielii și reducerea aspectului de celulită.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
title: "Masaj cu Pietre Calde",
|
title: "Masaj cu Pietre Calde", description: "Relaxare profundă, eliberarea tensiunilor și echilibrarea energiei corpului."},
|
||||||
description: "Relaxare profundă, eliberarea tensiunilor și echilibrarea energiei corpului.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Servicii de Masaj Excepționale"
|
title="Servicii de Masaj Excepționale"
|
||||||
description="Oferim o gamă variată de terapii prin masaj, fiecare concepută pentru a-ți reda echilibrul și vitalitatea."
|
description="Oferim o gamă variată de terapii prin masaj, fiecare concepută pentru a-ți reda echilibrul și vitalitatea."
|
||||||
@@ -178,47 +134,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Pachet Relaxare Premium", price: "600 MDL", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg", imageAlt: "Luxury spa room"},
|
||||||
name: "Pachet Relaxare Premium",
|
|
||||||
price: "600 MDL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg",
|
|
||||||
imageAlt: "Luxury spa room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Terapie Dureri Cronice", price: "450 MDL", imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1114.jpg", imageAlt: "Back massage therapy"},
|
||||||
name: "Terapie Dureri Cronice",
|
|
||||||
price: "450 MDL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-physiotherapist-giving-shoulder-massage-blonde-woman_1139-1114.jpg",
|
|
||||||
imageAlt: "Back massage therapy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Ritual Detoxifiant Complet", price: "750 MDL", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-facial-yoga_23-2150162812.jpg", imageAlt: "Detox body wrap"},
|
||||||
name: "Ritual Detoxifiant Complet",
|
|
||||||
price: "750 MDL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-facial-yoga_23-2150162812.jpg",
|
|
||||||
imageAlt: "Detox body wrap",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Masaj Facial Revitalizant", price: "300 MDL", imageSrc: "http://img.b2bpic.net/free-photo/face-massage-close-up-adult-woman-getting-spa-massage-treatment-beauty-spa-salon-spa-skin-body-care-facial-beauty-treatment-cosmetology_158595-7711.jpg", imageAlt: "Facial massage"},
|
||||||
name: "Masaj Facial Revitalizant",
|
|
||||||
price: "300 MDL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/face-massage-close-up-adult-woman-getting-spa-massage-treatment-beauty-spa-salon-spa-skin-body-care-facial-beauty-treatment-cosmetology_158595-7711.jpg",
|
|
||||||
imageAlt: "Facial massage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Abonament Wellness", price: "1800 MDL/lună", imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-front-side-with-white-background_187299-39783.jpg", imageAlt: "Wellness subscription calendar"},
|
||||||
name: "Abonament Wellness",
|
|
||||||
price: "1800 MDL/lună",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-front-side-with-white-background_187299-39783.jpg",
|
|
||||||
imageAlt: "Wellness subscription calendar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Cadou Masaj", price: "De la 300 MDL", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200546.jpg", imageAlt: "Gift card for massage"},
|
||||||
name: "Cadou Masaj",
|
|
||||||
price: "De la 300 MDL",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200546.jpg",
|
|
||||||
imageAlt: "Gift card for massage",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Tratamente Specializate Ortoz"
|
title="Tratamente Specializate Ortoz"
|
||||||
description="Descoperă tratamentele noastre unice, create pentru a adresa nevoi specifice și a oferi rezultate remarcabile."
|
description="Descoperă tratamentele noastre unice, create pentru a adresa nevoi specifice și a oferi rezultate remarcabile."
|
||||||
@@ -228,58 +154,27 @@ export default function LandingPage() {
|
|||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<PricingCardNine
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", title: "Ședință Unică", price: "350 MDL", period: "pe ședință", features: [
|
||||||
title: "Ședință Unică",
|
"Masaj relaxare (60 min)", "Consultație terapeut"],
|
||||||
price: "350 MDL",
|
|
||||||
period: "pe ședință",
|
|
||||||
features: [
|
|
||||||
"Masaj relaxare (60 min)",
|
|
||||||
"Consultație terapeut",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Programează",
|
text: "Programează", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-home_1098-14462.jpg", imageAlt: "Single massage session"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home_1098-14462.jpg",
|
|
||||||
imageAlt: "Single massage session",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", title: "Abonament Lunar", price: "1200 MDL", period: "pe lună", features: [
|
||||||
title: "Abonament Lunar",
|
"4 ședințe (60 min)", "Prioritate programări", "10% reducere la alte servicii"],
|
||||||
price: "1200 MDL",
|
|
||||||
period: "pe lună",
|
|
||||||
features: [
|
|
||||||
"4 ședințe (60 min)",
|
|
||||||
"Prioritate programări",
|
|
||||||
"10% reducere la alte servicii",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Cumpără Acum",
|
text: "Cumpără Acum", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman_23-2147816903.jpg", imageAlt: "Monthly spa membership"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman_23-2147816903.jpg",
|
|
||||||
imageAlt: "Monthly spa membership",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "premium",
|
id: "premium", title: "Pachet 5 Ședințe", price: "1500 MDL", period: "valabil 3 luni", features: [
|
||||||
title: "Pachet 5 Ședințe",
|
"5 ședințe (60 min)", "Flexibilitate program", "5% reducere la produse spa"],
|
||||||
price: "1500 MDL",
|
|
||||||
period: "valabil 3 luni",
|
|
||||||
features: [
|
|
||||||
"5 ședințe (60 min)",
|
|
||||||
"Flexibilitate program",
|
|
||||||
"5% reducere la produse spa",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Detalii Pachet",
|
text: "Detalii Pachet", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-seaweed-snacks_23-2150670821.jpg", imageAlt: "Package of five massage sessions"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-seaweed-snacks_23-2150670821.jpg",
|
|
||||||
imageAlt: "Package of five massage sessions",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Planuri de Abonament și Ședințe Individuale"
|
title="Planuri de Abonament și Ședințe Individuale"
|
||||||
description="Alege opțiunea care ți se potrivește cel mai bine, de la ședințe unice la abonamente avantajoase."
|
description="Alege opțiunea care ți se potrivește cel mai bine, de la ședințe unice la abonamente avantajoase."
|
||||||
@@ -293,45 +188,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sărăteanu Victoria", handle: "Client fidel", testimonial: "ORTOZ - locul unde profesionalismul întâlnește căldura umană! Recomand cu încredere pentru servicii de calitate și o atmosferă prietenoasă.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-senior-lady-holding-magazine_23-2148275070.jpg", imageAlt: "Victoria Sărăteanu"},
|
||||||
name: "Sărăteanu Victoria",
|
|
||||||
handle: "Client fidel",
|
|
||||||
testimonial: "ORTOZ - locul unde profesionalismul întâlnește căldura umană! Recomand cu încredere pentru servicii de calitate și o atmosferă prietenoasă.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-senior-lady-holding-magazine_23-2148275070.jpg",
|
|
||||||
imageAlt: "Victoria Sărăteanu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Ana Popescu", handle: "Clientă nouă", testimonial: "Fiecare vizită la Ortoz este o evadare din cotidian. Maseurii sunt incredibili, iar rezultatele se simt imediat.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-lying-white-coats_1262-423.jpg", imageAlt: "Ana Popescu"},
|
||||||
name: "Ana Popescu",
|
|
||||||
handle: "Clientă nouă",
|
|
||||||
testimonial: "Fiecare vizită la Ortoz este o evadare din cotidian. Maseurii sunt incredibili, iar rezultatele se simt imediat.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-lying-white-coats_1262-423.jpg",
|
|
||||||
imageAlt: "Ana Popescu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Ion Mănescu", handle: "Client Terapeutic", testimonial: "Am avut dureri de spate cronice și, după câteva ședințe la Ortoz, am simțit o îmbunătățire semnificativă. Profesioniști adevărați!", imageSrc: "http://img.b2bpic.net/free-photo/young-physiotherapist-helping-patient-with-back-problems_23-2149115622.jpg", imageAlt: "Ion Mănescu"},
|
||||||
name: "Ion Mănescu",
|
|
||||||
handle: "Client Terapeutic",
|
|
||||||
testimonial: "Am avut dureri de spate cronice și, după câteva ședințe la Ortoz, am simțit o îmbunătățire semnificativă. Profesioniști adevărați!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-physiotherapist-helping-patient-with-back-problems_23-2149115622.jpg",
|
|
||||||
imageAlt: "Ion Mănescu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Elena Radu", handle: "Clientă Spa", testimonial: "Serviciile sunt impecabile, iar ambianta este de vis. Recomand cu drag Ortoz pentru oricine caută o experiență de masaj de excepție.", imageSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590345.jpg", imageAlt: "Elena Radu"},
|
||||||
name: "Elena Radu",
|
|
||||||
handle: "Clientă Spa",
|
|
||||||
testimonial: "Serviciile sunt impecabile, iar ambianta este de vis. Recomand cu drag Ortoz pentru oricine caută o experiență de masaj de excepție.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-women-communicating-through-sign-language_23-2148590345.jpg",
|
|
||||||
imageAlt: "Elena Radu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Andrei Stoica", handle: "Client Wellness", testimonial: "Nu doar că mă simt mai bine fizic, dar și mental. Masajul de la Ortoz este o investiție în starea mea de bine generală.", imageSrc: "http://img.b2bpic.net/free-photo/manual-therapy_1098-15117.jpg", imageAlt: "Andrei Stoica"},
|
||||||
name: "Andrei Stoica",
|
|
||||||
handle: "Client Wellness",
|
|
||||||
testimonial: "Nu doar că mă simt mai bine fizic, dar și mental. Masajul de la Ortoz este o investiție în starea mea de bine generală.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/manual-therapy_1098-15117.jpg",
|
|
||||||
imageAlt: "Andrei Stoica",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ce spun clienții noștri"
|
title="Ce spun clienții noștri"
|
||||||
description="Mărturii autentice de la cei care au experimentat transformarea la Ortoz."
|
description="Mărturii autentice de la cei care au experimentat transformarea la Ortoz."
|
||||||
@@ -344,35 +209,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Ce tipuri de masaj oferiți?", content: "Oferim masaj terapeutic, de relaxare, sportiv, anti-celulitic și cu pietre calde, personalizate nevoilor dumneavoastră."},
|
||||||
title: "Ce tipuri de masaj oferiți?",
|
|
||||||
content: "Oferim masaj terapeutic, de relaxare, sportiv, anti-celulitic și cu pietre calde, personalizate nevoilor dumneavoastră.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Cât durează o ședință de masaj?", content: "Majoritatea ședințelor noastre durează 60 de minute, dar avem și opțiuni de 30 sau 90 de minute, în funcție de tratament."},
|
||||||
title: "Cât durează o ședință de masaj?",
|
|
||||||
content: "Majoritatea ședințelor noastre durează 60 de minute, dar avem și opțiuni de 30 sau 90 de minute, în funcție de tratament.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Este necesară programarea în avans?", content: "Da, pentru a asigura disponibilitatea terapeutului dorit și a intervalului orar, recomandăm programarea în avans."},
|
||||||
title: "Este necesară programarea în avans?",
|
|
||||||
content: "Da, pentru a asigura disponibilitatea terapeutului dorit și a intervalului orar, recomandăm programarea în avans.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Ce ar trebui să port la o ședință de masaj?", content: "Vă recomandăm să purtați haine comode. În timpul ședinței, veți fi acoperit cu un prosop, expunând doar zona pe care se lucrează."},
|
||||||
title: "Ce ar trebui să port la o ședință de masaj?",
|
|
||||||
content: "Vă recomandăm să purtați haine comode. În timpul ședinței, veți fi acoperit cu un prosop, expunând doar zona pe care se lucrează.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "Pot alege terapeutul?", content: "Da, puteți solicita un terapeut preferat în momentul programării, în funcție de disponibilitate."},
|
||||||
title: "Pot alege terapeutul?",
|
|
||||||
content: "Da, puteți solicita un terapeut preferat în momentul programării, în funcție de disponibilitate.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f6",
|
id: "f6", title: "Oferiți vouchere cadou?", content: "Absolut! Voucherele cadou pentru serviciile Ortoz sunt o modalitate excelentă de a oferi relaxare și bunăstare celor dragi."},
|
||||||
title: "Oferiți vouchere cadou?",
|
|
||||||
content: "Absolut! Voucherele cadou pentru serviciile Ortoz sunt o modalitate excelentă de a oferi relaxare și bunăstare celor dragi.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Întrebări Frecvente"
|
title="Întrebări Frecvente"
|
||||||
description="Găsește răspunsuri la cele mai comune întrebări despre serviciile și politica Ortoz."
|
description="Găsește răspunsuri la cele mai comune întrebări despre serviciile și politica Ortoz."
|
||||||
@@ -384,18 +231,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
text="Ești gata să experimentezi relaxarea și revitalizarea la Ortoz? Contactează-ne astăzi pentru a programa ședința ta personalizată de masaj."
|
text="Ești gata să experimentezi relaxarea și revitalizarea la Ortoz? Contactează-ne astăzi pentru a programa ședința ta personalizată de masaj."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Sună Acum",
|
text: "Sună Acum", href: "tel:+37368206986"},
|
||||||
href: "tel:+37368206986",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Trimite un Mesaj (WhatsApp)",
|
text: "Trimite un Mesaj (WhatsApp)", href: "https://wa.me/37368206986"},
|
||||||
href: "https://wa.me/37368206986",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -405,54 +247,33 @@ export default function LandingPage() {
|
|||||||
logoText="Ortoz"
|
logoText="Ortoz"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Servicii",
|
title: "Servicii", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Masaj Terapeutic",
|
label: "Masaj Terapeutic", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Masaj de Relaxare",
|
label: "Masaj de Relaxare", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Masaj Sportiv",
|
label: "Masaj Sportiv", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Companie",
|
title: "Companie", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Despre Noi",
|
label: "Despre Noi", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tarife",
|
label: "Tarife", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Suport",
|
title: "Suport", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Termeni și Condiții",
|
label: "Termeni și Condiții", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Politica de Confidențialitate",
|
label: "Politica de Confidențialitate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user