diff --git a/src/app/page.tsx b/src/app/page.tsx index 43e5378..583c8a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,22 +55,22 @@ export default function SakuraPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Premium sushi platter" + id: "carousel-1", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop&_wi=1", imageAlt: "Premium sushi platter" }, { id: "carousel-2", imageSrc: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800&h=600&fit=crop", imageAlt: "Sushi preparation" }, { - id: "carousel-3", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Specialty sushi rolls" + id: "carousel-3", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop&_wi=2", imageAlt: "Specialty sushi rolls" }, { id: "carousel-4", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&h=600&fit=crop", imageAlt: "Japanese dining experience" }, { - id: "carousel-5", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Japanese cuisine variety" + id: "carousel-5", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop&_wi=3", imageAlt: "Japanese cuisine variety" }, { - id: "carousel-6", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Restaurant ambiance" + id: "carousel-6", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop&_wi=4", imageAlt: "Restaurant ambiance" } ]} autoPlay={true}