diff --git a/src/app/page.tsx b/src/app/page.tsx index 2258192..128002e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function SakuraPage() { tagAnimation="slide-up" background={{ variant: "aurora" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg", imageAlt: "Premium salmon nigiri sushi" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg", imageAlt: "Chef preparing sushi rolls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg", imageAlt: "Maki roll assortment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg", imageAlt: "Sushi condiments and setup" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg?_wi=1", imageAlt: "Premium salmon nigiri sushi" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg?_wi=1", imageAlt: "Chef preparing sushi rolls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg?_wi=1", imageAlt: "Maki roll assortment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg?_wi=1", imageAlt: "Sushi condiments and setup" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg", imageAlt: "Wasabi and condiments" }, - { imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg", imageAlt: "Fresh sashimi platter" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg", imageAlt: "Toro premium tuna" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg", imageAlt: "Master craftsmanship" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-seaweed-snacks_23-2150519971.jpg?_wi=2", imageAlt: "Wasabi and condiments" }, + { imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-2484.jpg?_wi=2", imageAlt: "Fresh sashimi platter" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344990.jpg?_wi=2", imageAlt: "Toro premium tuna" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081506.jpg?_wi=2", imageAlt: "Master craftsmanship" } ]} buttons={[ { text: "Reserve Now", href: "contact" }, @@ -140,15 +140,15 @@ export default function SakuraPage() { products={[ { id: "1", brand: "Sakura Signature", name: "Toro Nigiri (3 pieces)", price: "$18.00", rating: 5, - reviewCount: "243", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Toro nigiri premium sushi" + reviewCount: "243", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=1", imageAlt: "Toro nigiri premium sushi" }, { id: "2", brand: "Sakura Signature", name: "Dragon Roll", price: "$16.00", rating: 5, - reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Dragon roll specialty sushi" + reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=2", imageAlt: "Dragon roll specialty sushi" }, { id: "3", brand: "Sakura Signature", name: "Uni Nigiri (3 pieces)", price: "$20.00", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg", imageAlt: "Uni sea urchin nigiri" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-rice-shrimps-avocado-cream-cheese-with-soy-sauce-table_141793-2922.jpg?_wi=3", imageAlt: "Uni sea urchin nigiri" } ]} />