Merge version_2 into main #2
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{ "name": "FAQ", "id": "#faq" },
|
||||
{ "name": "Contact", "id": "#contact" }
|
||||
]}
|
||||
logoSrc="/assets/logo.png"
|
||||
logoSrc="/logo.png"
|
||||
logoAlt="Spa Sam Julian Logo"
|
||||
button={{
|
||||
"text": "Book Now", "href": "#contact"
|
||||
@@ -52,14 +52,14 @@ export default function LandingPage() {
|
||||
title="Indulge in Serenity at Spa Sam Julian"
|
||||
description="Escape to a world of tranquility and rejuvenation. Our expert therapists and luxurious treatments are designed to soothe your mind, body, and soul."
|
||||
testimonials={[
|
||||
{ "name": "Isabella R.", "handle": "@isabella_wellness", "testimonial": "An unparalleled experience! Every treatment leaves me feeling completely refreshed and renewed. The staff are incredibly attentive.", "rating": 5, "imageSrc": "/assets/testimonial-avatar-1.jpg", "imageAlt": "happy woman portrait smiling" },
|
||||
{ "name": "Javier M.", "handle": "@javier_zen", "testimonial": "Spa Sam Julian is my go-to for deep relaxation. The ambiance is perfect, and the massages are simply divine. Highly recommended!", "rating": 5, "imageSrc": "/assets/testimonial-avatar-2.jpg", "imageAlt": "smiling man portrait professional" },
|
||||
{ "name": "Camila S.", "handle": "@camila_bliss", "testimonial": "The best facial I've ever had! My skin feels amazing, and I left feeling utterly pampered. I can't wait to come back.", "rating": 5, "imageSrc": "/assets/testimonial-avatar-3.jpg", "imageAlt": "young woman smiling natural" },
|
||||
{ "name": "Daniela L.", "handle": "@danielal_peace", "testimonial": "A true sanctuary! From the moment you step in, you're enveloped in peace. The attention to detail in every service is remarkable.", "rating": 5, "imageSrc": "/assets/testimonial-avatar-4.jpg", "imageAlt": "mature woman serene portrait" },
|
||||
{ "name": "Ricardo P.", "handle": "@ricardop_relax", "testimonial": "Fantastic experience from start to finish. The therapists are highly skilled, and the atmosphere is incredibly calming. Pure bliss!", "rating": 5, "imageSrc": "/assets/testimonial-avatar-5.jpg", "imageAlt": "woman looking happy spa" },
|
||||
{ "name": "Sofia G.", "handle": "@sofiag_glow", "testimonial": "My skin has never looked better after their signature facial. The team is professional and genuinely cares about your well-being.", "rating": 5, "imageSrc": "/assets/testimonial-avatar-6.jpg", "imageAlt": "man in spa robe relaxed" }
|
||||
{ "name": "Isabella R.", "handle": "@isabella_wellness", "testimonial": "An unparalleled experience! Every treatment leaves me feeling completely refreshed and renewed. The staff are incredibly attentive.", "rating": 5, "imageSrc": "/testimonial-avatar-1.jpg", "imageAlt": "happy woman portrait smiling" },
|
||||
{ "name": "Javier M.", "handle": "@javier_zen", "testimonial": "Spa Sam Julian is my go-to for deep relaxation. The ambiance is perfect, and the massages are simply divine. Highly recommended!", "rating": 5, "imageSrc": "/testimonial-avatar-2.jpg", "imageAlt": "smiling man portrait professional" },
|
||||
{ "name": "Camila S.", "handle": "@camila_bliss", "testimonial": "The best facial I've ever had! My skin feels amazing, and I left feeling utterly pampered. I can't wait to come back.", "rating": 5, "imageSrc": "/testimonial-avatar-3.jpg", "imageAlt": "young woman smiling natural" },
|
||||
{ "name": "Daniela L.", "handle": "@danielal_peace", "testimonial": "A true sanctuary! From the moment you step in, you're enveloped in peace. The attention to detail in every service is remarkable.", "rating": 5, "imageSrc": "/testimonial-avatar-4.jpg", "imageAlt": "mature woman serene portrait" },
|
||||
{ "name": "Ricardo P.", "handle": "@ricardop_relax", "testimonial": "Fantastic experience from start to finish. The therapists are highly skilled, and the atmosphere is incredibly calming. Pure bliss!", "rating": 5, "imageSrc": "/testimonial-avatar-5.jpg", "imageAlt": "woman looking happy spa" },
|
||||
{ "name": "Sofia G.", "handle": "@sofiag_glow", "testimonial": "My skin has never looked better after their signature facial. The team is professional and genuinely cares about your well-being.", "rating": 5, "imageSrc": "/testimonial-avatar-6.jpg", "imageAlt": "man in spa robe relaxed" }
|
||||
]}
|
||||
imageSrc="/assets/hero-spa-interior.jpg"
|
||||
imageSrc="/hero-spa-interior.jpg"
|
||||
imageAlt="luxury spa interior with treatment beds"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
||||
{ "text": "Book an Appointment", "href": "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{ "src": "/assets/testimonial-avatar-1.jpg", "alt": "happy woman portrait smiling" },
|
||||
{ "src": "/assets/testimonial-avatar-2.jpg", "alt": "smiling man portrait professional" },
|
||||
{ "src": "/assets/testimonial-avatar-3.jpg", "alt": "young woman smiling natural" },
|
||||
{ "src": "/assets/testimonial-avatar-4.jpg", "alt": "mature woman serene portrait" }
|
||||
{ "src": "/testimonial-avatar-1.jpg", "alt": "happy woman portrait smiling" },
|
||||
{ "src": "/testimonial-avatar-2.jpg", "alt": "smiling man portrait professional" },
|
||||
{ "src": "/testimonial-avatar-3.jpg", "alt": "young woman smiling natural" },
|
||||
{ "src": "/testimonial-avatar-4.jpg", "alt": "mature woman serene portrait" }
|
||||
]}
|
||||
avatarText="Trusted by over 1000 happy clients"
|
||||
testimonialRotationInterval={7000}
|
||||
@@ -97,10 +97,10 @@ export default function LandingPage() {
|
||||
title="Our Signature Services"
|
||||
description="Discover a curated selection of treatments designed to bring you ultimate relaxation, rejuvenation, and holistic well-being. Each service is performed with the utmost care and expertise."
|
||||
features={[
|
||||
{ "title": "Relaxing Massages", "description": "Melt away tension with our therapeutic massage techniques, customized to your needs.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/assets/service-massage.jpg", "imageAlt": "back massage spa treatment" }, { "imageSrc": "/assets/about-massage-oil.jpg", "imageAlt": "spa massage oil bottle close up" }, { "imageSrc": "/assets/about-hot-stones.jpg", "imageAlt": "hot stones massage therapy" }] },
|
||||
{ "title": "Revitalizing Facials", "description": "Restore your skin's natural radiance with our personalized facial treatments.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/assets/service-facial.jpg", "imageAlt": "woman getting facial treatment" }, { "imageSrc": "/assets/about-facial-mask.jpg", "imageAlt": "facial mask application spa" }, { "imageSrc": "/assets/product-package-3.jpg", "imageAlt": "detox spa cleanse kit" }] },
|
||||
{ "title": "Manicure & Pedicure", "description": "Indulge in luxurious hand and foot treatments, leaving you feeling polished and pampered.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/assets/service-manicure.jpg", "imageAlt": "manicure pedicure spa salon" }, { "imageSrc": "/assets/product-package-6.jpg", "imageAlt": "spa day gift certificate" }, { "imageSrc": "/assets/product-package-1.jpg", "imageAlt": "luxury spa gift package" }] },
|
||||
{ "title": "Body Treatments", "description": "Experience invigorating body scrubs and wraps for silky smooth, glowing skin.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/assets/service-body-scrub.jpg", "imageAlt": "body scrub exfoliation treatment" }, { "imageSrc": "/assets/product-package-4.jpg", "imageAlt": "anti-aging facial product set" }, { "imageSrc": "/assets/product-package-5.jpg", "imageAlt": "aromatherapy essential oil diffuser" }] }
|
||||
{ "title": "Relaxing Massages", "description": "Melt away tension with our therapeutic massage techniques, customized to your needs.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/service-massage.jpg", "imageAlt": "back massage spa treatment" }, { "imageSrc": "/about-massage-oil.jpg", "imageAlt": "spa massage oil bottle close up" }, { "imageSrc": "/about-hot-stones.jpg", "imageAlt": "hot stones massage therapy" }] },
|
||||
{ "title": "Revitalizing Facials", "description": "Restore your skin's natural radiance with our personalized facial treatments.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/service-facial.jpg", "imageAlt": "woman getting facial treatment" }, { "imageSrc": "/about-facial-mask.jpg", "imageAlt": "facial mask application spa" }, { "imageSrc": "/product-package-3.jpg", "imageAlt": "detox spa cleanse kit" }] },
|
||||
{ "title": "Manicure & Pedicure", "description": "Indulge in luxurious hand and foot treatments, leaving you feeling polished and pampered.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/service-manicure.jpg", "imageAlt": "manicure pedicure spa salon" }, { "imageSrc": "/product-package-6.jpg", "imageAlt": "spa day gift certificate" }, { "imageSrc": "/product-package-1.jpg", "imageAlt": "luxury spa gift package" }] },
|
||||
{ "title": "Body Treatments", "description": "Experience invigorating body scrubs and wraps for silky smooth, glowing skin.", "bentoComponent": "media-stack", "items": [{ "imageSrc": "/service-body-scrub.jpg", "imageAlt": "body scrub exfoliation treatment" }, { "imageSrc": "/product-package-4.jpg", "imageAlt": "anti-aging facial product set" }, { "imageSrc": "/product-package-5.jpg", "imageAlt": "aromatherapy essential oil diffuser" }] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -112,12 +112,12 @@ export default function LandingPage() {
|
||||
title="Exclusive Spa Packages"
|
||||
description="Elevate your wellness journey with our specially curated packages, offering a holistic approach to relaxation and beauty."
|
||||
products={[
|
||||
{ "id": "package-1", "name": "The Serenity Escape", "price": "$120", "imageSrc": "/assets/product-package-1.jpg", "imageAlt": "luxury spa gift package" },
|
||||
{ "id": "package-2", "name": "Couples Retreat", "price": "$250", "imageSrc": "/assets/product-package-2.jpg", "imageAlt": "couples spa retreat voucher" },
|
||||
{ "id": "package-3", "name": "Detox & Renew", "price": "$180", "imageSrc": "/assets/product-package-3.jpg", "imageAlt": "detox spa cleanse kit" },
|
||||
{ "id": "package-4", "name": "Youthful Glow", "price": "$160", "imageSrc": "/assets/product-package-4.jpg", "imageAlt": "anti-aging facial product set" },
|
||||
{ "id": "package-5", "name": "Aromatherapy Journey", "price": "$90", "imageSrc": "/assets/product-package-5.jpg", "imageAlt": "aromatherapy essential oil diffuser" },
|
||||
{ "id": "package-6", "name": "Gift of Relaxation", "price": "Custom", "imageSrc": "/assets/product-package-6.jpg", "imageAlt": "spa day gift certificate" }
|
||||
{ "id": "package-1", "name": "The Serenity Escape", "price": "$120", "imageSrc": "/product-package-1.jpg", "imageAlt": "luxury spa gift package" },
|
||||
{ "id": "package-2", "name": "Couples Retreat", "price": "$250", "imageSrc": "/product-package-2.jpg", "imageAlt": "couples spa retreat voucher" },
|
||||
{ "id": "package-3", "name": "Detox & Renew", "price": "$180", "imageSrc": "/product-package-3.jpg", "imageAlt": "detox spa cleanse kit" },
|
||||
{ "id": "package-4", "name": "Youthful Glow", "price": "$160", "imageSrc": "/product-package-4.jpg", "imageAlt": "anti-aging facial product set" },
|
||||
{ "id": "package-5", "name": "Aromatherapy Journey", "price": "$90", "imageSrc": "/product-package-5.jpg", "imageAlt": "aromatherapy essential oil diffuser" },
|
||||
{ "id": "package-6", "name": "Gift of Relaxation", "price": "Custom", "imageSrc": "/product-package-6.jpg", "imageAlt": "spa day gift certificate" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -144,11 +144,11 @@ export default function LandingPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Hear from those who have experienced the transformative power of Spa Sam Julian. Their stories inspire our commitment to excellence."
|
||||
testimonials={[
|
||||
{ "id": "1", "title": "A True Oasis of Calm", "quote": "Spa Sam Julian is an absolute gem. The moment I walked in, I felt a wave of calm wash over me. The deep tissue massage was exactly what I needed, and the therapist was incredibly skilled. I left feeling completely re-energized and serene.", "name": "Elena F.", "role": "Regular Client", "imageSrc": "/assets/testimonial-client-1.jpg", "imageAlt": "happy woman receiving facial" },
|
||||
{ "id": "2", "title": "Exceptional Service & Results", "quote": "I've tried many spas, but Spa Sam Julian stands out. The personalized facial left my skin glowing, and the products used were fantastic. It's clear they genuinely care about their clients' well-being. I highly recommend their services!", "name": "Marco G.", "role": "First-Time Visitor", "imageSrc": "/assets/testimonial-client-2.jpg", "imageAlt": "man relaxing on massage table" },
|
||||
{ "id": "3", "title": "My Weekly Dose of Bliss", "quote": "Coming to Spa Sam Julian for my weekly manicure and pedicure is a ritual I cherish. It's not just about the beauty treatment, but the whole experience of quiet luxury and meticulous care. Always a delightful visit!", "name": "Patricia R.", "role": "Loyal Patron", "imageSrc": "/assets/testimonial-client-3.jpg", "imageAlt": "woman enjoying manicure" },
|
||||
{ "id": "4", "title": "Transformed & Rejuvenated", "quote": "The detoxifying body wrap was an incredible experience. I felt lighter and my skin felt incredibly smooth. The staff created such a comfortable and private atmosphere. It was truly transformative.", "name": "Andrés C.", "role": "Wellness Enthusiast", "imageSrc": "/assets/testimonial-client-4.jpg", "imageAlt": "person getting body wrap treatment" },
|
||||
{ "id": "5", "title": "Beyond Expectations", "quote": "From the warm welcome to the farewell, every detail at Spa Sam Julian exceeded my expectations. The ambiance is perfect, and the treatments are world-class. A perfect escape from the daily grind.", "name": "Gabriela V.", "role": "Spa Lover", "imageSrc": "/assets/testimonial-client-5.jpg", "imageAlt": "woman smiling after spa session" }
|
||||
{ "id": "1", "title": "A True Oasis of Calm", "quote": "Spa Sam Julian is an absolute gem. The moment I walked in, I felt a wave of calm wash over me. The deep tissue massage was exactly what I needed, and the therapist was incredibly skilled. I left feeling completely re-energized and serene.", "name": "Elena F.", "role": "Regular Client", "imageSrc": "/testimonial-client-1.jpg", "imageAlt": "happy woman receiving facial" },
|
||||
{ "id": "2", "title": "Exceptional Service & Results", "quote": "I've tried many spas, but Spa Sam Julian stands out. The personalized facial left my skin glowing, and the products used were fantastic. It's clear they genuinely care about their clients' well-being. I highly recommend their services!", "name": "Marco G.", "role": "First-Time Visitor", "imageSrc": "/testimonial-client-2.jpg", "imageAlt": "man relaxing on massage table" },
|
||||
{ "id": "3", "title": "My Weekly Dose of Bliss", "quote": "Coming to Spa Sam Julian for my weekly manicure and pedicure is a ritual I cherish. It's not just about the beauty treatment, but the whole experience of quiet luxury and meticulous care. Always a delightful visit!", "name": "Patricia R.", "role": "Loyal Patron", "imageSrc": "/testimonial-client-3.jpg", "imageAlt": "woman enjoying manicure" },
|
||||
{ "id": "4", "title": "Transformed & Rejuvenated", "quote": "The detoxifying body wrap was an incredible experience. I felt lighter and my skin felt incredibly smooth. The staff created such a comfortable and private atmosphere. It was truly transformative.", "name": "Andrés C.", "role": "Wellness Enthusiast", "imageSrc": "/testimonial-client-4.jpg", "imageAlt": "person getting body wrap treatment" },
|
||||
{ "id": "5", "title": "Beyond Expectations", "quote": "From the warm welcome to the farewell, every detail at Spa Sam Julian exceeded my expectations. The ambiance is perfect, and the treatments are world-class. A perfect escape from the daily grind.", "name": "Gabriela V.", "role": "Spa Lover", "imageSrc": "/testimonial-client-5.jpg", "imageAlt": "woman smiling after spa session" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -163,7 +163,8 @@ export default function LandingPage() {
|
||||
{ "id": "faq-2", "title": "What should I do before my spa treatment?", "content": "We recommend arriving 15 minutes prior to your appointment to fill out any necessary forms and relax in our lounge. Please inform your therapist of any health conditions or concerns." },
|
||||
{ "id": "faq-3", "title": "What if I need to cancel or reschedule?", "content": "We require at least 24 hours notice for cancellations or rescheduling. Cancellations made less than 24 hours in advance may incur a cancellation fee." },
|
||||
{ "id": "faq-4", "title": "Are gift certificates available?", "content": "Yes, Spa Sam Julian offers gift certificates for all our services and packages. They make the perfect gift for any occasion and can be purchased online or at our spa." },
|
||||
{ "id": "faq-5", "title": "What payment methods do you accept?", "content": "We accept major credit cards (Visa, Mastercard, American Express), debit cards, and cash. Online bookings require credit card information to secure your appointment." }
|
||||
{ "id": "faq-5", "title": "What payment methods do you accept?", "content": "We accept major credit cards (Visa, Mastercard, American Express), debit cards, and cash. Online bookings require credit card information to secure your appointment."
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -187,7 +188,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer" className="mx-auto px-4 md:px-6">
|
||||
<FooterBaseReveal
|
||||
logoText="Spa Sam Julian"
|
||||
logoSrc="/assets/logo.png"
|
||||
logoSrc="/logo.png"
|
||||
logoAlt="Spa Sam Julian Logo"
|
||||
columns={[
|
||||
{ "title": "Services", "items": [{ "label": "Massages", "href": "#services" }, { "label": "Facials", "href": "#services" }, { "label": "Manicures", "href": "#services" }, { "label": "Body Treatments", "href": "#services" }] },
|
||||
|
||||
Reference in New Issue
Block a user