Update src/app/page.tsx
This commit is contained in:
@@ -54,9 +54,9 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg", imageAlt: "Modern dental clinic reception area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg", imageAlt: "Professional dental examination" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg", imageAlt: "Professional teeth cleaning service" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg?_wi=1", imageAlt: "Modern dental clinic reception area" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg?_wi=1", imageAlt: "Professional dental examination" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" }
|
||||
]}
|
||||
ariaLabel="Dental clinic hero section"
|
||||
/>
|
||||
@@ -91,11 +91,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "exam", title: "Preventive Exams", author: "Regular Care", description: "Comprehensive dental examinations and cleanings to prevent cavities, gum disease, and other oral health issues.", tags: ["Prevention", "Checkup", "Health"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg", imageAlt: "Professional dental examination"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-185.jpg?_wi=2", imageAlt: "Professional dental examination"
|
||||
},
|
||||
{
|
||||
id: "cleaning", title: "Professional Cleaning", author: "Hygiene", description: "Professional deep cleaning to remove tartar and plaque, keeping your teeth and gums healthy.", tags: ["Hygiene", "Cleaning", "Prevention"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg", imageAlt: "Professional teeth cleaning"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg?_wi=2", imageAlt: "Professional teeth cleaning"
|
||||
},
|
||||
{
|
||||
id: "cosmetic", title: "Cosmetic Dentistry", author: "Aesthetics", description: "Teeth whitening, veneers, and smile design to enhance your appearance and boost confidence.", tags: ["Whitening", "Veneers", "Smile"],
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="Ready to schedule your appointment or have questions? Contact us today and our friendly team will be happy to help."
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg?_wi=2"
|
||||
imageAlt="DentalCare Clinic contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user