Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 17:38:40 +00:00

View File

@@ -52,9 +52,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/yoga-man-young-man-doing-yoga-loft-sunrise_654080-60.jpg", imageAlt: "Peaceful meditation landscape" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-table-with-candles-sweater-book-autumn-leaves-cozy-living-room-home-interior-decor_169016-9788.jpg", imageAlt: "Spiritual meditation center" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg", imageAlt: "Group meditation session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg", imageAlt: "Sacred yagya ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg", imageAlt: "Spiritual retreat space" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg?_wi=1", imageAlt: "Group meditation session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg?_wi=1", imageAlt: "Sacred yagya ritual" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg?_wi=1", imageAlt: "Spiritual retreat space" },
]}
mediaAnimation="slide-up"
buttons={[
@@ -111,11 +111,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "meditation-daily", name: "Daily Meditation Sessions", price: "Free / Donation", variant: "Morning & Evening Sessions", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg", imageAlt: "Daily meditation session"},
id: "meditation-daily", name: "Daily Meditation Sessions", price: "Free / Donation", variant: "Morning & Evening Sessions", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg?_wi=2", imageAlt: "Daily meditation session"},
{
id: "yagya-ritual", name: "Yagya Rituals & Ceremonies", price: "$50 - $200", variant: "Personalized & Group Rituals", imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg", imageAlt: "Sacred yagya ceremony"},
id: "yagya-ritual", name: "Yagya Rituals & Ceremonies", price: "$50 - $200", variant: "Personalized & Group Rituals", imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg?_wi=2", imageAlt: "Sacred yagya ceremony"},
{
id: "spiritual-retreat", name: "Spiritual Retreat Packages", price: "$500 - $2,000", variant: "3-Day to 7-Day Programs", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg", imageAlt: "Spiritual retreat experience"},
id: "spiritual-retreat", name: "Spiritual Retreat Packages", price: "$500 - $2,000", variant: "3-Day to 7-Day Programs", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg?_wi=2", imageAlt: "Spiritual retreat experience"},
{
id: "healing-sessions", name: "Healing & Wellness Sessions", price: "$30 - $100", variant: "Individual & Group Healing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-sedum-with-blurred-surface_181624-35030.jpg", imageAlt: "Healing and wellness center"},
]}