Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24b6c23afe | |||
| 3dab3ab212 | |||
| 98d65f28cf | |||
| 104cb2332c | |||
| 2df66cd8f2 |
204
src/app/page.tsx
204
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Amelia Massage"
|
||||
/>
|
||||
@@ -60,64 +50,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Rejuvenate Your Body and Mind"
|
||||
description="Experience professional therapeutic massage at Amelia Massage Spa. Your sanctuary for relaxation, healing, and wellness in a peaceful setting."
|
||||
description="Experience professional therapeutic massage at Amelia Massage Spa. Your sanctuary for relaxation, healing, and wellness in a peaceful setting. Call us: +19193862905"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-applying-cream_23-2148389885.jpg",
|
||||
alt: "Professional female massage therapist portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-applying-cream_23-2148389885.jpg", alt: "Professional female massage therapist portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67086.jpg",
|
||||
alt: "Professional male massage therapist portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67086.jpg", alt: "Professional male massage therapist portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-showing-christmas-ball_114579-80774.jpg",
|
||||
alt: "Spa manager portrait professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-showing-christmas-ball_114579-80774.jpg", alt: "Spa manager portrait professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816971.jpg",
|
||||
alt: "Wellness concept with woman in massage salon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816971.jpg", alt: "Wellness concept with woman in massage salon"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-11892.jpg",
|
||||
alt: "Spa treatment over dark wall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/spa-treatment-dark-wall_176420-11892.jpg", alt: "Spa treatment over dark wall"},
|
||||
]}
|
||||
avatarText="Our expert therapists are here for you"
|
||||
avatarText="Our expert therapists at Amelia Massage Spa are here for you"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Relaxing Session Now", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Deep Tissue",
|
||||
icon: Waves,
|
||||
type: "text-icon", text: "Deep Tissue", icon: Waves,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Swedish Massage",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Swedish Massage", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hot Stone",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Hot Stone", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Aromatherapy",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Aromatherapy", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reflexology",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Reflexology", icon: Activity,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,9 +96,7 @@ export default function LandingPage() {
|
||||
title="Your Wellness Sanctuary"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn About Our Philosophy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,23 +105,14 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={true}
|
||||
title="Therapeutic Services"
|
||||
description="A tailored menu of massage techniques designed to melt away stress and restore physical balance."
|
||||
description="A tailored menu of massage techniques designed to melt away stress and restore physical balance at Amelia Massage Spa."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Deep Tissue Massage",
|
||||
content: "Focused therapy to relieve chronic muscle tension and pain.",
|
||||
},
|
||||
id: "s1", title: "Deep Tissue Massage", content: "Focused therapy to relieve chronic muscle tension and pain."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Swedish Relaxation",
|
||||
content: "Gentle, flowing strokes for stress relief and circulation.",
|
||||
},
|
||||
id: "s2", title: "Swedish Relaxation", content: "Gentle, flowing strokes for stress relief and circulation."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Hot Stone Therapy",
|
||||
content: "Soothing warmth that penetrates deeply into tired muscles.",
|
||||
},
|
||||
id: "s3", title: "Hot Stone Therapy", content: "Soothing warmth that penetrates deeply into tired muscles."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/deep-fist-back-massage-modern-spa-strength-relax_169016-69502.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -170,30 +126,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Popular",
|
||||
price: "$85",
|
||||
subtitle: "60 Minutes Session",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Customized Treatment",
|
||||
"Aromatherapy",
|
||||
],
|
||||
id: "p1", badge: "Popular", price: "$85", subtitle: "60 Minutes Session", features: [
|
||||
"Consultation", "Customized Treatment", "Aromatherapy"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Premium",
|
||||
price: "$120",
|
||||
subtitle: "90 Minutes Session",
|
||||
features: [
|
||||
"Extended Deep Tissue",
|
||||
"Hot Stones",
|
||||
"Targeted Stretching",
|
||||
],
|
||||
id: "p2", badge: "Premium", price: "$120", subtitle: "90 Minutes Session", features: [
|
||||
"Extended Deep Tissue", "Hot Stones", "Targeted Stretching"],
|
||||
},
|
||||
]}
|
||||
title="Our Rates"
|
||||
description="Invest in your health with our transparent pricing."
|
||||
description="Invest in your health with our transparent pricing at Amelia Massage Spa."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,26 +147,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Smith",
|
||||
role: "Lead Therapist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-healthcare-female-beauty-masseuses-make-massage-girl-woman-spa-salon_1157-44694.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Smith", role: "Lead Therapist", imageSrc: "http://img.b2bpic.net/free-photo/concept-healthcare-female-beauty-masseuses-make-massage-girl-woman-spa-salon_1157-44694.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Chen",
|
||||
role: "Massage Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-bathrobe-with-cup-coffee-yellow-background_632805-2.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Chen", role: "Massage Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-bathrobe-with-cup-coffee-yellow-background_632805-2.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Jones",
|
||||
role: "Wellness Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-beautiful-asian-girl-advertising-payment_1262-18277.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah Jones", role: "Wellness Coach", imageSrc: "http://img.b2bpic.net/free-photo/positive-beautiful-asian-girl-advertising-payment_1262-18277.jpg"},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
description="Dedicated professionals committed to your healing journey."
|
||||
description="Dedicated professionals at Amelia Massage Spa committed to your healing journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,48 +164,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Healing Touch",
|
||||
quote: "The best massage I have ever received. Amelia truly has a gift.",
|
||||
name: "Alice R.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg",
|
||||
},
|
||||
id: "1", title: "Healing Touch", quote: "The best massage I have ever received. Amelia truly has a gift.", name: "Alice R.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-hispanic-woman-sitting-rattan-armchair-hotel-patio_197531-22784.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great Staff",
|
||||
quote: "Very professional and soothing environment. Highly recommended.",
|
||||
name: "Bob T.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7542.jpg",
|
||||
},
|
||||
id: "2", title: "Great Staff", quote: "Very professional and soothing environment. Highly recommended.", name: "Bob T.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-tea-cup-relaxing-spa-salon_176420-7542.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Relaxing",
|
||||
quote: "I come here monthly, it's my favorite time of the month.",
|
||||
name: "Clara V.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871826.jpg",
|
||||
},
|
||||
id: "3", title: "Relaxing", quote: "I come here monthly, it's my favorite time of the month.", name: "Clara V.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871826.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Best in town",
|
||||
quote: "Professional, clean, and truly restorative.",
|
||||
name: "David W.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871836.jpg",
|
||||
},
|
||||
id: "4", title: "Best in town", quote: "Professional, clean, and truly restorative.", name: "David W.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871836.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Life Changing",
|
||||
quote: "Fixed my shoulder pain in two sessions. Amazing service.",
|
||||
name: "Eve L.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-man-working-his-laptop_23-2148404379.jpg",
|
||||
},
|
||||
id: "5", title: "Life Changing", quote: "Fixed my shoulder pain in two sessions. Amazing service.", name: "Eve L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-senior-man-working-his-laptop_23-2148404379.jpg"},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear from our satisfied guests."
|
||||
description="Hear from our satisfied guests at Amelia Massage Spa."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -284,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept insurance?",
|
||||
content: "We currently do not accept direct insurance billing.",
|
||||
},
|
||||
id: "f1", title: "Do you accept insurance?", content: "We currently do not accept direct insurance billing."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What should I bring?",
|
||||
content: "Just yourself, and perhaps comfortable clothes for after the session.",
|
||||
},
|
||||
id: "f2", title: "What should I bring?", content: "Just yourself, and perhaps comfortable clothes for after the session at Amelia Massage Spa."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How often should I get a massage?",
|
||||
content: "Once a month is recommended for overall wellness.",
|
||||
},
|
||||
id: "f3", title: "How often should I get a massage?", content: "Once a month is recommended for overall wellness."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -308,14 +199,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to relax? Book your appointment with Amelia Massage Spa today."
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to relax? Book your appointment with Amelia Massage Spa today or call +19193862905."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "tel:555-0123",
|
||||
},
|
||||
text: "Book Your Relaxing Session Now", href: "tel:+19193862905"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -329,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user