From 4239110a21beff853f984ac7f03e190c33bbef05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:06:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b1005..7a59226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://images.unsplash.com/photo-1606811841689-23cc3c8c8288?w=1200&h=600&fit=crop", imageAlt: "Modern dental clinic with advanced equipment" + imageSrc: "https://images.unsplash.com/photo-1606811841689-23cc3c8c8288?w=1200&h=600&fit=crop&_wi=1", imageAlt: "Modern dental clinic with advanced equipment" }, { imageSrc: "https://images.unsplash.com/photo-1631217314830-e387953ddc5f?w=1200&h=600&fit=crop", imageAlt: "Professional dental treatment room" }, { - imageSrc: "https://images.unsplash.com/photo-1606811841689-23cc3c8c8288?w=1200&h=600&fit=crop", imageAlt: "Advanced dental care and orthodontics" + imageSrc: "https://images.unsplash.com/photo-1606811841689-23cc3c8c8288?w=1200&h=600&fit=crop&_wi=2", imageAlt: "Advanced dental care and orthodontics" } ]} autoplayDelay={4000} -- 2.49.1