Update src/app/page.tsx
This commit is contained in:
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg", imageAlt: "Spa relaxation setting"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg?_wi=1", imageAlt: "Spa relaxation setting"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-teaching-sign-language_23-2148719751.jpg", imageAlt: "Therapeutic massage"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-teaching-sign-language_23-2148719751.jpg?_wi=1", imageAlt: "Therapeutic massage"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-humidifier-sea-salt-health-concept_169016-21100.jpg", imageAlt: "Aromatherapy spa"},
|
||||
{
|
||||
@@ -155,13 +155,13 @@ export default function LandingPage() {
|
||||
"3x Massage per session", "15% off retail products", "Complimentary aromatherapy add-on"],
|
||||
button: {
|
||||
text: "Choose Quarterly"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg", imageAlt: "professional massage therapist smiling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg?_wi=2", imageAlt: "professional massage therapist smiling"},
|
||||
{
|
||||
id: "vip", title: "VIP Wellness", price: "$400", period: "/6mo", features: [
|
||||
"6x Massage per session", "20% off retail products", "Monthly exclusive access"],
|
||||
button: {
|
||||
text: "Go VIP"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-teaching-sign-language_23-2148719751.jpg", imageAlt: "professional massage therapist smiling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-teaching-sign-language_23-2148719751.jpg?_wi=2", imageAlt: "professional massage therapist smiling"},
|
||||
]}
|
||||
title="Flexible Membership Plans"
|
||||
description="Choose a plan that fits your self-care schedule and save on every visit."
|
||||
|
||||
Reference in New Issue
Block a user