Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-14 12:30:03 +00:00

View File

@@ -59,15 +59,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "@sarahm_wellness", testimonial: "Absolutely transformative experience. The attention to detail and personalized care exceeded all my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-yoga-mat_23-2148924690.jpg?_wi=1", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-yoga-mat_23-2148924690.jpg", imageAlt: "Sarah Mitchell"
},
{
name: "Jessica Reynolds", handle: "@jessreyno", testimonial: "I've visited countless spas, but this private parlor sets a new standard for luxury and comfort.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg?_wi=1", imageAlt: "Jessica Reynolds"
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg", imageAlt: "Jessica Reynolds"
},
{
name: "Amanda Foster", handle: "@amandawellness", testimonial: "The therapists are incredibly skilled and truly understand the meaning of personalized care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=1", imageAlt: "Amanda Foster"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", imageAlt: "Amanda Foster"
}
]}
testimonialRotationInterval={5000}
@@ -124,8 +124,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="py-24"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl font-semibold mb-4"
descriptionClassName="text-lg text-gray-600 mb-12"
cardTitleClassName="text-4xl font-semibold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
/>
</div>
@@ -160,15 +160,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Catherine Brooks", role: "Executive", company: "Forbes 30 Under 40", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-yoga-mat_23-2148924690.jpg?_wi=2", imageAlt: "Catherine Brooks"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-holding-yoga-mat_23-2148924690.jpg", imageAlt: "Catherine Brooks"
},
{
id: "2", name: "Michelle Yang", role: "Wellness Coach", company: "Holistic Health Alliance", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg?_wi=2", imageAlt: "Michelle Yang"
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-spa-treatment_23-2149871830.jpg", imageAlt: "Michelle Yang"
},
{
id: "3", name: "Rebecca Sullivan", role: "Entrepreneur", company: "Luxury Brands Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg?_wi=2", imageAlt: "Rebecca Sullivan"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg", imageAlt: "Rebecca Sullivan"
},
{
id: "4", name: "Jennifer Pierce", role: "Artist", company: "Creative Collective", rating: 5,
@@ -189,8 +189,8 @@ export default function LandingPage() {
carouselMode="auto"
className="py-24"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl font-semibold mb-4"
descriptionClassName="text-lg text-gray-600 mb-12"
textBoxTitleClassName="text-4xl font-semibold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
/>
</div>
@@ -227,8 +227,8 @@ export default function LandingPage() {
animationType="smooth"
className="py-24"
containerClassName="max-w-4xl mx-auto px-4"
titleClassName="text-4xl font-semibold mb-4"
descriptionClassName="text-lg text-gray-600 mb-12"
textBoxTitleClassName="text-4xl font-semibold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
/>
</div>