From 19209015fe833efc29c20a81bbc8d7c8f69e91a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 04:54:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 213dc1c..081b8db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { buttons={[{ text: "Schedule Your Private Consultation", href: "#contact" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Luxurious Dental Clinic"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "Luxurious Dental Clinic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Modern Dental Consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2", imageAlt: "Modern Dental Consultation"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -96,11 +96,11 @@ export default function LandingPage() {