Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-30 14:29:06 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Holistic Guidance & Healing"
description="Empowering minds, bodies, and spirits through ancient wisdom and modern scientific approaches."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-lotus-flower-blooming-water_84443-82273.jpg", imageAlt: "Lotus wellness theme" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D556YSUe0tBWOq61XqHrMdLQAZ/uploaded-1777559328592-95665myh.png", imageAlt: "Dr. Pranati Raj Headshot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ouija-board-candles-arrangement_23-2149486493.jpg", imageAlt: "Astrology charts" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-object-prayer-with-candles-bowl_23-2148847564.jpg", imageAlt: "Sound healing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-home_23-2150273179.jpg", imageAlt: "Tarot reading" },
@@ -87,11 +87,11 @@ export default function LandingPage() {
rating={5}
author="Anjali Sharma"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", alt: "Anjali Sharma" },
{ src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Vikram Patel" },
{ src: "http://img.b2bpic.net/free-photo/transgender-model-posing-medium-shot_23-2149154637.jpg", alt: "Sneha Gupta" },
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Rahul Mehta" },
{ src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", alt: "Client profile" }
{ src: "http://img.b2bpic.net/free-photo/smiling-indian-businesswoman-looking-up-copy-space_1262-3088.jpg", alt: "Anjali Sharma" },
{ src: "http://img.b2bpic.net/free-photo/serious-young-indian-businessman-standing-window_1262-1913.jpg", alt: "Vikram Patel" },
{ src: "http://img.b2bpic.net/free-photo/elegant-indian-woman-posing-medium-shot_23-2149154637.jpg", alt: "Sneha Gupta" },
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-indian-executive-work_1098-519.jpg", alt: "Rahul Mehta" },
{ src: "http://img.b2bpic.net/free-photo/professional-indian-woman-looking-copyspace-with-interest_1262-2957.jpg", alt: "Pooja Singh" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -142,4 +142,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}