From d76a395abf21e658dfa04520bd5497c2355179d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:53:26 +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 39ec48a..f954a70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-teeth-mirror-dentist-appointment_23-2148338114.jpg", imageAlt: "Modern clinic interior" + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-teeth-mirror-dentist-appointment_23-2148338114.jpg?_wi=1", imageAlt: "Modern clinic interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Bright dental office" @@ -70,7 +70,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036924.jpg", imageAlt: "Patient with bright smile" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg", imageAlt: "Teeth whitening results" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg?_wi=1", imageAlt: "Teeth whitening results" } ]} avatars={[ @@ -112,7 +112,7 @@ export default function LandingPage() { }, { id: 2, - title: "Teeth Whitening", description: "Professional whitening for a brighter, confident smile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg", imageAlt: "Teeth whitening treatment" + title: "Teeth Whitening", description: "Professional whitening for a brighter, confident smile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg?_wi=2", imageAlt: "Teeth whitening treatment" }, { id: 3, @@ -245,7 +245,7 @@ export default function LandingPage() {