Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6f2f35ef6 | |||
| 0a05ff1cda |
@@ -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&_wi=1", 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&_wi=2", 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&_wi=3", 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&_wi=4", imageAlt: "Restaurant ambiance"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
|
||||
Reference in New Issue
Block a user