4 Commits

Author SHA1 Message Date
3ae036bc1b Merge version_2 into main
Merge version_2 into main
2026-03-13 20:15:02 +00:00
d6f2f35ef6 Update src/app/page.tsx 2026-03-13 20:14:58 +00:00
ce4a870045 Merge version_2 into main
Merge version_2 into main
2026-03-13 20:14:37 +00:00
0a05ff1cda Update src/app/page.tsx 2026-03-13 20:14:27 +00:00

View File

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