Merge version_1 into main #3
@@ -55,13 +55,13 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg", imageAlt: "Relaxing massage therapy session"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=1", imageAlt: "Relaxing massage therapy session"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Tranquil spa room"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=1", imageAlt: "Tranquil spa room"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-aromatherapy-setup-with-candle-essential-oils_23-2152009908.jpg", imageAlt: "Aromatherapy massage treatment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-aromatherapy-setup-with-candle-essential-oils_23-2152009908.jpg?_wi=1", imageAlt: "Aromatherapy massage treatment"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
{ value: "10+", title: "Years of Experience" },
|
||||
{ value: "500+", title: "Satisfied Clients" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=2"
|
||||
imageAlt="Angela's peaceful massage therapy room"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Swedish Massage", tags: ["Relaxation", "Stress Relief"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg", imageAlt: "Swedish massage therapy technique"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-getting-professional-massage-beauty-spa-salon_181624-54510.jpg?_wi=2", imageAlt: "Swedish massage therapy technique"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Deep Tissue Massage", tags: ["Pain Relief", "Muscle Recovery"],
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Aromatherapy Massage", tags: ["Wellness", "Holistic Healing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-aromatherapy-setup-with-candle-essential-oils_23-2152009908.jpg", imageAlt: "Aromatherapy massage with essential oils"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-aromatherapy-setup-with-candle-essential-oils_23-2152009908.jpg?_wi=2", imageAlt: "Aromatherapy massage with essential oils"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -123,16 +123,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, Office Manager", date: "Date: 15 January 2025", title: "Incredible relief from work stress", quote: "After just one session with Angela, my chronic neck tension completely disappeared. I've been coming back weekly and have never felt better. Angela truly understands the body and knows exactly how to address problem areas.", tag: "Swedish Massage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"
|
||||
id: "1", name: "Sarah Johnson, Office Manager", date: "Date: 15 January 2025", title: "Incredible relief from work stress", quote: "After just one session with Angela, my chronic neck tension completely disappeared. I've been coming back weekly and have never felt better. Angela truly understands the body and knows exactly how to address problem areas.", tag: "Swedish Massage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Construction Worker", date: "Date: 10 January 2025", title: "My back pain is finally gone", quote: "I've tried many massage therapists over the years, but Angela's deep tissue massage is the best. She really understands muscle tension from physical work. I'm back to 100% and can do my job pain-free.", tag: "Deep Tissue Massage", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez, Yoga Instructor", date: "Date: 5 January 2025", title: "Perfect complement to my wellness routine", quote: "Angela's aromatherapy massage has become an essential part of my self-care routine. The combination of her skilled technique and the therapeutic essential oils creates an amazing healing experience. Highly recommended!", tag: "Aromatherapy Massage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"
|
||||
id: "3", name: "Jennifer Martinez, Yoga Instructor", date: "Date: 5 January 2025", title: "Perfect complement to my wellness routine", quote: "Angela's aromatherapy massage has become an essential part of my self-care routine. The combination of her skilled technique and the therapeutic essential oils creates an amazing healing experience. Highly recommended!", tag: "Aromatherapy Massage", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson, Retired Teacher", date: "Date: 28 December 2024", title: "Angela is a true professional", quote: "I've been seeing Angela for over a year now and the results have been outstanding. She's professional, caring, and genuinely invested in her clients' wellbeing. My flexibility and overall health have improved dramatically.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"
|
||||
id: "4", name: "David Thompson, Retired Teacher", date: "Date: 28 December 2024", title: "Angela is a true professional", quote: "I've been seeing Angela for over a year now and the results have been outstanding. She's professional, caring, and genuinely invested in her clients' wellbeing. My flexibility and overall health have improved dramatically.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user