Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-13 20:15:02 +00:00

View File

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