diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fecc50..cfe3548 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047", imageAlt: "Master Chef Preparing Premium Wagyu" }, { - imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg", imageAlt: "A5 Wagyu Ribeye" + imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg?_wi=1", imageAlt: "A5 Wagyu Ribeye" } ]} /> @@ -92,7 +92,7 @@ export default function LandingPage() { tag="Premium Selection" tagIcon={Sparkles} products={[ - { id: "1", brand: "Kuro Gyu", name: "A5 Wagyu Ribeye", price: "$125", rating: 5, reviewCount: "312", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg" }, + { id: "1", brand: "Kuro Gyu", name: "A5 Wagyu Ribeye", price: "$125", rating: 5, reviewCount: "312", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg?_wi=2" }, { id: "2", brand: "Kuro Gyu", name: "Japanese Prime Filet", price: "$145", rating: 5, reviewCount: "287", imageSrc: "https://img.b2bpic.net/free-photo/side-view-raw-steak-with-barbecue-rosemary_176474-3197.jpg" } ]} gridVariant="three-columns-all-equal-width" @@ -108,7 +108,7 @@ export default function LandingPage() { description="Every visit is a masterclass in Japanese steakhouse tradition" tag="Fine Dining" features={[ - { id: 1, tag: "Selection", title: "Premium Sourcing", subtitle: "Authentic Wagyu Excellence", description: "We source only A5 grade Wagyu beef directly from Japan's most prestigious ranches.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg" } + { id: 1, tag: "Selection", title: "Premium Sourcing", subtitle: "Authentic Wagyu Excellence", description: "We source only A5 grade Wagyu beef directly from Japan's most prestigious ranches.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-shot-rare-steak-wooden-board_181624-59117.jpg?_wi=3" } ]} textboxLayout="default" useInvertedBackground={false}