Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-31 08:24:29 +00:00

View File

@@ -127,6 +127,9 @@ export default function LuxuryDentistPage() {
},
{
id: "3", name: "Dr. Sarah Blue", role: "Orthodontic & Family Dentistry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/team/dentist3.avif", imageAlt: "Dr. Sarah Blue"
},
{
id: "4", name: "Dr. Alex Johnson", role: "Pediatric & Preventive Dentistry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/team/dentist4.avif", imageAlt: "Dr. Alex Johnson"
}
]}
/>
@@ -264,4 +267,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}