Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-19 15:26:53 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -94,7 +94,7 @@ export default function AboutPage() {
},
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>

View File

@@ -103,25 +103,25 @@ export default function HomePage() {
{
title: "General Dentistry",
description: "Routine exams, cleanings, and preventive care to maintain your healthy smile.",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
imageAlt: "General dental checkup and examination",
},
{
title: "Professional Cleanings",
description: "Thorough, gentle cleanings that remove plaque and tartar while protecting your gums.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg",
imageAlt: "Professional dental cleaning procedure",
},
{
title: "Teeth Whitening",
description: "Professional teeth whitening treatments for a brighter, more confident smile.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg",
imageAlt: "Cosmetic teeth whitening treatment",
},
{
title: "Preventive Care",
description: "Personalized prevention strategies and patient education for long-term oral health.",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
imageAlt: "Preventive dental care consultation",
},
]}
@@ -215,7 +215,7 @@ export default function HomePage() {
},
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -259,7 +259,7 @@ export default function HomePage() {
content: "We offer comprehensive initial consultations. Contact us to learn about our consultation options and fees.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/doctor-talks-patient-hospital-room_482257-62916.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/doctor-talks-patient-hospital-room_482257-62916.jpg"
imageAlt="Welcoming dental office consultation room"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -49,25 +49,25 @@ export default function ServicesPage() {
{
title: "General Dentistry",
description: "Routine exams, cleanings, and preventive care to maintain your healthy smile.",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
imageAlt: "General dental checkup and examination"
},
{
title: "Professional Cleanings",
description: "Thorough, gentle cleanings that remove plaque and tartar while protecting your gums.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-checking-patient-mounth-care_23-2149195924.jpg",
imageAlt: "Professional dental cleaning procedure"
},
{
title: "Teeth Whitening",
description: "Professional teeth whitening treatments for a brighter, more confident smile.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28567.jpg",
imageAlt: "Cosmetic teeth whitening treatment"
},
{
title: "Preventive Care",
description: "Personalized prevention strategies and patient education for long-term oral health.",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
imageAlt: "Preventive dental care consultation"
}
]}
@@ -106,7 +106,7 @@ export default function ServicesPage() {
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>