2 Commits

Author SHA1 Message Date
5a3436354c Update src/app/page.tsx 2025-12-28 13:53:18 +00:00
de2e56f5e1 Update src/app/layout.tsx 2025-12-28 13:53:17 +00:00
2 changed files with 5 additions and 47 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; 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 ContactText from '@/components/sections/contact/ContactText';
import FooterSplit from '@/components/sections/footer/FooterSplit'; import FooterSplit from '@/components/sections/footer/FooterSplit';
import { Phone, Mail, MapPin, Users } from "lucide-react"; import { Phone, Mail, MapPin, Users } from "lucide-react";
@@ -98,8 +98,8 @@ export default function Page() {
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardFive <TeamCardThree
team={[ members={[
{ {
id: "1", id: "1",
name: "Dr. Sarah Johnson", name: "Dr. Sarah Johnson",
@@ -141,48 +141,6 @@ export default function Page() {
role: "Fitness Coordinator", role: "Fitness Coordinator",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929156367-4vs8nuk8.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766929156367-4vs8nuk8.jpg",
imageAlt: "David Thompson" 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" animationType="slide-up"