Merge version_7 into main #6

Merged
development merged 2 commits from version_7 into main 2025-12-28 13:53:23 +00:00
2 changed files with 5 additions and 47 deletions

View File

@@ -1261,4 +1261,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TeamCardThree from '@/components/sections/team/TeamCardThree';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSplit from '@/components/sections/footer/FooterSplit';
import { Phone, Mail, MapPin, Users } from "lucide-react";
@@ -98,8 +98,8 @@ export default function Page() {
</div>
<div id="team" data-section="team">
<TeamCardFive
team={[
<TeamCardThree
members={[
{
id: "1",
name: "Dr. Sarah Johnson",
@@ -141,48 +141,6 @@ export default function Page() {
role: "Fitness Coordinator",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929156367-4vs8nuk8.jpg",
imageAlt: "David Thompson"
},
{
id: "7",
name: "Rachel Kim",
role: "Family Therapist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929157319-yldoyv48.jpg",
imageAlt: "Rachel Kim"
},
{
id: "8",
name: "Thomas Anderson",
role: "Peer Counselor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929158175-8ey96anb.jpg",
imageAlt: "Thomas Anderson"
},
{
id: "9",
name: "Jennifer Lopez",
role: "Psychiatric Nurse",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929318409-kyt0epdo.jpg",
imageAlt: "Jennifer Lopez"
},
{
id: "10",
name: "Christopher Brown",
role: "Program Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929156367-4vs8nuk8.jpg",
imageAlt: "Christopher Brown"
},
{
id: "11",
name: "Amanda White",
role: "Mental Health Counselor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929157319-yldoyv48.jpg",
imageAlt: "Amanda White"
},
{
id: "12",
name: "Kevin Taylor",
role: "Recovery Coach",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929158175-8ey96anb.jpg",
imageAlt: "Kevin Taylor"
}
]}
animationType="slide-up"
@@ -239,4 +197,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}