Update src/app/page.tsx

This commit is contained in:
2026-03-05 03:06:05 +00:00
parent d38d9a3cae
commit 4239110a21

View File

@@ -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}