3 Commits

Author SHA1 Message Date
42eecf3e7c Update src/app/page.tsx 2026-04-30 15:16:17 +00:00
45be835395 Update src/app/page.tsx 2026-04-30 15:15:44 +00:00
9a46a02b61 Merge version_1 into main
Merge version_1 into main
2026-04-30 15:13:42 +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&_wi=1" },
{ id: "m2", name: "Mark Chen", role: "Sports Specialist", videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=2" },
{ id: "m3", name: "Sarah Lee", role: "Aromatherapist", videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=3" }
]}
title="Expert Therapists"
description="Meet the hands behind your relaxation."
/>
</div>