diff --git a/src/app/page.tsx b/src/app/page.tsx index aa26236..817cc3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536261.jpg", imageAlt: "woman painting abstract art therapy watercolor" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536261.jpg?_wi=1", imageAlt: "woman painting abstract art therapy watercolor" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-spiral-notebook-fresh-grapefruit-soft-colors-background_140725-160468.jpg", imageAlt: "hand journal writing self-reflection natural light" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-meditating-nature_1098-1412.jpg", imageAlt: "person meditating nature forest healing energy" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-hugging_23-2149212145.jpg", imageAlt: "therapist and client art therapy session trust" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-meditating-nature_1098-1412.jpg?_wi=1", imageAlt: "person meditating nature forest healing energy" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-hugging_23-2149212145.jpg?_wi=1", imageAlt: "therapist and client art therapy session trust" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/artistic-painting-composition_23-2147781608.jpg", imageAlt: "colorful art supplies paint brushes creative" }, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/pathway-trees-daytime_395237-206.jpg", imageAlt: "serene nature forest path healing wellness" } ]} @@ -205,9 +205,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" products={[ - { id: "session-1", brand: "Art Therapy", name: "Personal Healing Session", price: "$85", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536261.jpg", imageAlt: "One-on-one art therapy session" }, - { id: "session-2", brand: "Group Therapy", name: "Creative Circle Sessions", price: "$45", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-hugging_23-2149212145.jpg", imageAlt: "Group therapeutic art workshop" }, - { id: "session-3", brand: "Intensive", name: "Full Day Immersion", price: "$250", rating: 5, reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-meditating-nature_1098-1412.jpg", imageAlt: "Full day healing immersion retreat" } + { id: "session-1", brand: "Art Therapy", name: "Personal Healing Session", price: "$85", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536261.jpg?_wi=2", imageAlt: "One-on-one art therapy session" }, + { id: "session-2", brand: "Group Therapy", name: "Creative Circle Sessions", price: "$45", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-hugging_23-2149212145.jpg?_wi=2", imageAlt: "Group therapeutic art workshop" }, + { id: "session-3", brand: "Intensive", name: "Full Day Immersion", price: "$250", rating: 5, reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-woman-meditating-nature_1098-1412.jpg?_wi=2", imageAlt: "Full day healing immersion retreat" } ]} ariaLabel="Session offerings and pricing" className="relative"