Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-30 15:15:51 +00:00

View File

@@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, CheckCircle, Users } from "lucide-react";
@@ -136,18 +136,17 @@ export default function LandingPage() {
</div>
<div id="team" data-section="team">
<TeamCardTwo
<TeamCardFive
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
textboxLayout="inline-image"
useInvertedBackground={false}
members={[
{ id: "m1", name: "Elena Ross", role: "Head Therapist", description: "10 years of holistic care.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-white-bathrobe-towel-looking-confident-front-view_176474-50981.jpg" },
{ id: "m2", name: "Mark Chen", role: "Sports Specialist", description: "Expert in muscle recovery.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-enjoying-coffee_23-2148597001.jpg" },
{ id: "m3", name: "Sarah Lee", role: "Aromatherapist", description: "Certified essential oil expert.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg" }
title="Meet Our Spa Experts"
description="Our dedicated therapists combine ancient wisdom with modern techniques to rejuvenate your spirit."
team={[
{ id: "m1", name: "Elena Ross", role: "Head Therapist", videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" },
{ id: "m2", name: "Mark Chen", role: "Sports Specialist", videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" },
{ id: "m3", name: "Sarah Lee", role: "Aromatherapist", videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" }
]}
title="Expert Therapists"
description="Meet the hands behind your relaxation."
/>
</div>