2 Commits

Author SHA1 Message Date
b8d0cd7096 Update src/app/page.tsx 2026-04-25 22:22:57 +00:00
261912b0da Merge version_1 into main
Merge version_1 into main
2026-04-25 22:20:32 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Treatments", name: "Treatments", id: "features"},
id: "features",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Mahesh Spa" brandName="Mahesh Spa"
/> />
@@ -59,19 +49,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
logoText="Mahesh Spa" logoText="Mahesh Spa"
description="Indulge in tranquility. Exclusive, curated wellness experiences designed specifically for you." description="Indulge in tranquility. Exclusive, curated wellness experiences designed specifically for you."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Your Relaxing Escape", href: "#contact"},
href: "#contact",
},
{ {
text: "View Menu", text: "View Menu", href: "#pricing"},
href: "#pricing",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-8807.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-8807.jpg?_wi=1"
imageAlt="Luxury spa relaxation setting" imageAlt="Luxury spa relaxation setting"
@@ -84,14 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "A Sanctuary of Pure Relaxation"},
content: "A Sanctuary of Pure Relaxation",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg", alt: "Spa therapist performing massage"},
src: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg",
alt: "Spa therapist performing massage",
},
]} ]}
/> />
</div> </div>
@@ -102,29 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Relaxation", tag: "Relaxation", title: "Aromatherapy Massage", subtitle: "Deep stress relief", description: "Soothing essential oils paired with expert massage techniques.", imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg", imageAlt: "Natural elements for spa with candles"},
title: "Aromatherapy Massage",
subtitle: "Deep stress relief",
description: "Soothing essential oils paired with expert massage techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg",
imageAlt: "Natural elements for spa with candles",
},
{ {
tag: "Beauty", tag: "Beauty", title: "Hydra-Facial", subtitle: "Glow from within", description: "Advanced facial treatment for deep hydration and radiance.", imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-8807.jpg?_wi=2", imageAlt: "Natural elements for spa with candles"},
title: "Hydra-Facial",
subtitle: "Glow from within",
description: "Advanced facial treatment for deep hydration and radiance.",
imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-8807.jpg?_wi=2",
imageAlt: "Natural elements for spa with candles",
},
{ {
tag: "Wellness", tag: "Wellness", title: "Body Scrub", subtitle: "Exfoliate & Refresh", description: "Full-body exfoliation leaving skin soft and luminous.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg", imageAlt: "Natural elements for spa with candles"},
title: "Body Scrub",
subtitle: "Exfoliate & Refresh",
description: "Full-body exfoliation leaving skin soft and luminous.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg",
imageAlt: "Natural elements for spa with candles",
},
]} ]}
title="Our Signature Services" title="Our Signature Services"
description="Rejuvenate your mind, body, and soul with our bespoke treatments." description="Rejuvenate your mind, body, and soul with our bespoke treatments."
@@ -138,37 +100,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", tag: "Essential", price: "$99", period: "/ session", description: "Perfect for a quick refresh.", button: {
tag: "Essential", text: "Book Basic"},
price: "$99", featuresTitle: "What's included:", features: [
period: "/ session", "30 min massage", "Custom oils", "Herbal tea"],
description: "Perfect for a quick refresh.",
button: {
text: "Book Basic",
},
featuresTitle: "What's included:",
features: [
"30 min massage",
"Custom oils",
"Herbal tea",
],
}, },
{ {
id: "premium", id: "premium", tag: "Indulgent", price: "$199", period: "/ session", description: "The ultimate spa escape.", button: {
tag: "Indulgent", text: "Book Premium"},
price: "$199", featuresTitle: "What's included:", features: [
period: "/ session", "60 min massage", "Full facial", "Shower therapy", "Foot soak"],
description: "The ultimate spa escape.",
button: {
text: "Book Premium",
},
featuresTitle: "What's included:",
features: [
"60 min massage",
"Full facial",
"Shower therapy",
"Foot soak",
],
}, },
]} ]}
title="Curated Experiences" title="Curated Experiences"
@@ -183,34 +124,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "10k+", title: "Happy Clients", items: [
value: "10k+", "Ladies served", "Trusted sessions", "Yearly visitors"],
title: "Happy Clients",
items: [
"Ladies served",
"Trusted sessions",
"Yearly visitors",
],
}, },
{ {
id: "m2", id: "m2", value: "15+", title: "Expert Therapists", items: [
value: "15+", "Certified pros", "Years experience", "Total expertise"],
title: "Expert Therapists",
items: [
"Certified pros",
"Years experience",
"Total expertise",
],
}, },
{ {
id: "m3", id: "m3", value: "20+", title: "Treatment Types", items: [
value: "20+", "Bespoke sessions", "Diverse options", "Tailored results"],
title: "Treatment Types",
items: [
"Bespoke sessions",
"Diverse options",
"Tailored results",
],
}, },
]} ]}
title="Our Impact" title="Our Impact"
@@ -225,59 +148,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Ananya S.", role: "Professional", company: "Local Agency", rating: 5,
name: "Ananya S.", imageSrc: "http://img.b2bpic.net/free-photo/after-bath_1098-14737.jpg"},
role: "Professional",
company: "Local Agency",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/after-bath_1098-14737.jpg",
},
{ {
id: "t2", id: "t2", name: "Priya K.", role: "Entrepreneur", company: "Startup Hub", rating: 5,
name: "Priya K.", imageSrc: "http://img.b2bpic.net/free-photo/woman-after-shower-with-towel-profile-green-bathroom-dewy-skin-skincare_169016-69376.jpg"},
role: "Entrepreneur",
company: "Startup Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-after-shower-with-towel-profile-green-bathroom-dewy-skin-skincare_169016-69376.jpg",
},
{ {
id: "t3", id: "t3", name: "Sneha R.", role: "Designer", company: "Creative Studio", rating: 5,
name: "Sneha R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg"},
role: "Designer",
company: "Creative Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg",
},
{ {
id: "t4", id: "t4", name: "Meera V.", role: "Architect", company: "Design Group", rating: 5,
name: "Meera V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-by-bathtub-before-taking-bath_23-2149239347.jpg"},
role: "Architect",
company: "Design Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-by-bathtub-before-taking-bath_23-2149239347.jpg",
},
{ {
id: "t5", id: "t5", name: "Kavita D.", role: "Doctor", company: "Health Clinic", rating: 5,
name: "Kavita D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg"},
role: "Doctor",
company: "Health Clinic",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "5.0", value: "5.0", label: "Average Rating"},
label: "Average Rating",
},
{ {
value: "99%", value: "99%", label: "Client Satisfaction"},
label: "Client Satisfaction",
},
{ {
value: "24/7", value: "24/7", label: "Expert Support"},
label: "Expert Support",
},
]} ]}
title="Loved by Our Guests" title="Loved by Our Guests"
description="Real experiences from women who found tranquility at Mahesh Spa." description="Real experiences from women who found tranquility at Mahesh Spa."
@@ -290,20 +182,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Are services for ladies only?", content: "Yes, we are a dedicated ladies-only spa to ensure maximum comfort and privacy."},
title: "Are services for ladies only?",
content: "Yes, we are a dedicated ladies-only spa to ensure maximum comfort and privacy.",
},
{ {
id: "f2", id: "f2", title: "How do I book?", content: "You can book easily online through our website or call us directly."},
title: "How do I book?",
content: "You can book easily online through our website or call us directly.",
},
{ {
id: "f3", id: "f3", title: "Do you offer packages?", content: "Yes, we have monthly packages and curated spa experiences available."},
title: "Do you offer packages?",
content: "Yes, we have monthly packages and curated spa experiences available.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-bathrobe-towel-using-eye-patches_23-2148655803.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-bathrobe-towel-using-eye-patches_23-2148655803.jpg"
title="Common Questions" title="Common Questions"
@@ -316,8 +199,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Start Your Journey" title="Start Your Journey"
description="Contact us today for a bespoke appointment." description="Contact us today for a bespoke appointment."
@@ -333,4 +215,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }