diff --git a/src/app/page.tsx b/src/app/page.tsx index 4da5c3e..1d18411 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Book Your Session", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -74,7 +74,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Deep Tissue Massage", price: "$95", variant: "Recovery", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg" }, + { id: "p1", name: "Deep Tissue Massage", price: "$95", variant: "Recovery", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=1" }, { id: "p2", name: "Restorative Yoga Flow", price: "$25", variant: "Mindful", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg" }, { id: "p3", name: "Aromatherapy Massage", price: "$110", variant: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/candles-bowl-with-shea-butter_23-2147677793.jpg" }, { id: "p4", name: "Vinyasa Yoga Class", price: "$25", variant: "Dynamic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-home-practicing-yoga_23-2148785137.jpg" }, @@ -99,11 +99,11 @@ export default function LandingPage() { { id: "plan-2", title: "Monthly Wellness", price: "$350", period: "/mo", features: ["4x Massage Therapy", "Unlimited Yoga", "Priority Booking"], button: { text: "Get Started" }, - imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg", imageAlt: "holistic massage yoga natural wellness"}, + imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"}, { id: "plan-3", title: "Yoga Membership", price: "$180", period: "/mo", features: ["Full Yoga Access", "Small Group Sessions", "Expert Coaching"], button: { text: "Choose Plan" }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg", imageAlt: "holistic massage yoga natural wellness"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"}, ]} title="Choose Your Wellness Path" description="Flexible memberships and single session options designed to fit your unique lifestyle."