Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-04 19:42:24 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -58,19 +58,19 @@ export default function AboutPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team together"},
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=2", imageAlt: "Professional dental team together"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern dental office interior"},
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=2", imageAlt: "Modern dental office interior"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist caring for patient"},
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2", imageAlt: "Dentist caring for patient"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family at dental clinic"},
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=2", imageAlt: "Happy family at dental clinic"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Smiling patient portrait"},
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=2", imageAlt: "Smiling patient portrait"},
]}
/>
</div>

View File

@@ -70,19 +70,19 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg", imageAlt: "Happy family smiling at dental clinic"},
"http://img.b2bpic.net/free-photo/close-up-happy-girl-front-her-parents_23-2147878266.jpg?_wi=1", imageAlt: "Happy family smiling at dental clinic"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg", imageAlt: "Modern, bright dental treatment room"},
"http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg?_wi=1", imageAlt: "Modern, bright dental treatment room"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Dentist providing patient care"},
"http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1", imageAlt: "Dentist providing patient care"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", imageAlt: "Professional dental team"},
"http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg?_wi=1", imageAlt: "Professional dental team"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg", imageAlt: "Bright teeth after cosmetic whitening"},
"http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=1", imageAlt: "Bright teeth after cosmetic whitening"},
]}
/>
</div>