Merge version_2 into main #1

Merged
development merged 1 commits from version_2 into main 2025-12-25 11:48:12 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -6,6 +6,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -165,6 +166,45 @@ export default function LandingPage() {
/>
</div>
<div id="doctors-portfolio" data-section="doctors-portfolio">
<TeamCardSeven
team={[
{
id: "1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662878922-vtd1wf9m.jpg",
imageAlt: "Dr. Sarah Mitchell"
},
{
id: "2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490826727-dlrt5e1i.jpg",
imageAlt: "Dr. James Chen"
},
{
id: "3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662879539-p0wew2k5.jpg",
imageAlt: "Margaret Rodriguez"
},
{
id: "4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662880136-ik9s4pdk.jpg",
imageAlt: "David Thompson"
},
{
id: "5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662878922-vtd1wf9m.jpg",
imageAlt: "Dr. Sarah Mitchell"
},
{
id: "6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490826727-dlrt5e1i.jpg",
imageAlt: "Dr. James Chen"
}
]}
title="Our Doctors Portfolio"
useInvertedBackground="noInvert"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Thousands of patients have found healing and hope at MindCare Hospital"