diff --git a/src/app/page.tsx b/src/app/page.tsx index 5326be3..43e5378 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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yio1cc", imageAlt: "Premium sushi platter" + id: "carousel-1", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Premium sushi platter" }, { - id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uxtt75", imageAlt: "Sushi preparation" + 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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ebzehj", imageAlt: "Specialty sushi rolls" + id: "carousel-3", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Specialty sushi rolls" }, { - id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8gm9rv", imageAlt: "Japanese dining experience" + 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://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sm70wv", imageAlt: "Japanese cuisine variety" + id: "carousel-5", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Japanese cuisine variety" }, { - id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eg7ts4", imageAlt: "Restaurant ambiance" + id: "carousel-6", imageSrc: "https://images.unsplash.com/photo-1553621042-f6e147245ba1?w=800&h=600&fit=crop", imageAlt: "Restaurant ambiance" } ]} autoPlay={true}