diff --git a/src/app/page.tsx b/src/app/page.tsx index d0b92e1..8c29dac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,22 +52,22 @@ export default function SosekiCafePage() { background={{ variant: "radial-gradient" }} carouselItems={[ { - id: "1", imageSrc: "https://img.b2bpic.net/free-photo/top-view-caviar-appetizers-toast-potato-chips-crunchy-crispbread-with-cottage-cheese-red-caviar-black-caviar-tarhun-almond-walnut-left-with-copy-space-black-background_141793-7006.jpg", imageAlt: "Premium sushi platter" + id: "1", imageSrc: "https://img.b2bpic.net/free-photo/top-view-caviar-appetizers-toast-potato-chips-crunchy-crispbread-with-cottage-cheese-red-caviar-black-caviar-tarhun-almond-walnut-left-with-copy-space-black-background_141793-7006.jpg?_wi=1", imageAlt: "Premium sushi platter" }, { - id: "2", imageSrc: "https://img.b2bpic.net/free-photo/unagi-sushi-rolls_1339-5086.jpg", imageAlt: "Fresh sushi roll" + id: "2", imageSrc: "https://img.b2bpic.net/free-photo/unagi-sushi-rolls_1339-5086.jpg?_wi=1", imageAlt: "Fresh sushi roll" }, { - id: "3", imageSrc: "https://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg", imageAlt: "Crispy tempura" + id: "3", imageSrc: "https://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg?_wi=1", imageAlt: "Crispy tempura" }, { - id: "4", imageSrc: "https://img.b2bpic.net/free-psd/delicious-salmon-poke-bowl-with-mango-cucumber-rice_191095-79319.jpg", imageAlt: "Colorful poke bowl" + id: "4", imageSrc: "https://img.b2bpic.net/free-psd/delicious-salmon-poke-bowl-with-mango-cucumber-rice_191095-79319.jpg?_wi=1", imageAlt: "Colorful poke bowl" }, { - id: "5", imageSrc: "https://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091585.jpg", imageAlt: "Steaming noodle bowl" + id: "5", imageSrc: "https://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091585.jpg?_wi=1", imageAlt: "Steaming noodle bowl" }, { - id: "6", imageSrc: "https://img.b2bpic.net/free-photo/top-view-caviar-appetizers-toast-potato-chips-crunchy-crispbread-with-cottage-cheese-red-caviar-black-caviar-tarhun-almond-walnut-left-with-copy-space-black-background_141793-7006.jpg", imageAlt: "Gourmet presentation" + id: "6", imageSrc: "https://img.b2bpic.net/free-photo/top-view-caviar-appetizers-toast-potato-chips-crunchy-crispbread-with-cottage-cheese-red-caviar-black-caviar-tarhun-almond-walnut-left-with-copy-space-black-background_141793-7006.jpg?_wi=2", imageAlt: "Gourmet presentation" } ]} autoPlay={true} @@ -104,7 +104,7 @@ export default function SosekiCafePage() { id: "experience", label: "The Experience", description: "Soft lighting, fresh ingredients, and fast service. An atmosphere that feels like a hidden gem where Iowa City comes to indulge." } ]} - imageSrc="https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" + imageSrc="https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=1" imageAlt="Soseki Café restaurant interior" imagePosition="right" mediaAnimation="slide-up" @@ -125,19 +125,19 @@ export default function SosekiCafePage() { features={[ { id: "1", title: "The Executive", tags: ["House Favorite", "Bold & Refined"], - imageSrc: "https://img.b2bpic.net/free-photo/unagi-sushi-rolls_1339-5086.jpg", imageAlt: "The Executive sushi roll" + imageSrc: "https://img.b2bpic.net/free-photo/unagi-sushi-rolls_1339-5086.jpg?_wi=2", imageAlt: "The Executive sushi roll" }, { id: "2", title: "Godzilla Roll", tags: ["Most Popular", "Crispy & Indulgent"], - imageSrc: "https://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg", imageAlt: "Godzilla Roll" + imageSrc: "https://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7729.jpg?_wi=2", imageAlt: "Godzilla Roll" }, { id: "3", title: "Crazy Horse (8-piece)", tags: ["Balanced", "Beautifully Plated"], - imageSrc: "https://img.b2bpic.net/free-psd/delicious-salmon-poke-bowl-with-mango-cucumber-rice_191095-79319.jpg", imageAlt: "Crazy Horse sushi selection" + imageSrc: "https://img.b2bpic.net/free-psd/delicious-salmon-poke-bowl-with-mango-cucumber-rice_191095-79319.jpg?_wi=2", imageAlt: "Crazy Horse sushi selection" }, { id: "4", title: "Poke Bowls", tags: ["Customizable", "Fresh Daily"], - imageSrc: "https://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091585.jpg", imageAlt: "Fresh poke bowl" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091585.jpg?_wi=2", imageAlt: "Fresh poke bowl" } ]} buttons={[ @@ -161,7 +161,7 @@ export default function SosekiCafePage() { id: "introductions", label: "First Impressions", description: "Introduce loved ones to authentic Japanese cuisine in a welcoming environment. Convert sushi skeptics into devoted fans." } ]} - imageSrc="https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg" + imageSrc="https://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=2" imageAlt="Dining experience at Soseki Café" imagePosition="left" mediaAnimation="blur-reveal"