From 86440ebb8af80f93efeacc6ae95d725aaf0b6175 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:07:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 047da9b..b207a51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ - { 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" } + { 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" } ]} 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?_wi=2", 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", 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?_wi=2", imageAlt: "Professional teeth cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg", 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23915.jpg" imageAlt="DentalCare Clinic contact" mediaAnimation="slide-up" mediaPosition="right"