diff --git a/src/app/page.tsx b/src/app/page.tsx index 48346cc..104e938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-4373.jpg", imageAlt: "Premium wagyu beef showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-tomatoes_140725-4017.jpg", imageAlt: "Master chef preparing wagyu" }, - { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Luxurious dining ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg", imageAlt: "Premium wagyu cut" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg", imageAlt: "Perfectly marbled beef" } + { imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-tomatoes_140725-4017.jpg?_wi=1", imageAlt: "Master chef preparing wagyu" }, + { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1", imageAlt: "Luxurious dining ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg?_wi=1", imageAlt: "Premium wagyu cut" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg?_wi=1", imageAlt: "Perfectly marbled beef" } ]} ariaLabel="Premium Japanese steakhouse hero section" /> @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "26+", title: "Years of Excellence" }, { value: "45,000+", title: "Satisfied Guests" } ]} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2" imageAlt="Luxurious steakhouse interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -95,11 +95,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "A5 Wagyu", name: "Kobe Beef Strip", price: "$185", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg", imageAlt: "Premium Kobe beef strip" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg?_wi=2", imageAlt: "Premium Kobe beef strip" }, { id: "2", brand: "A5 Wagyu", name: "Matsusaka Ribeye", price: "$210", rating: 5, - reviewCount: "987", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg", imageAlt: "Matsusaka ribeye premium cut" + reviewCount: "987", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg?_wi=2", imageAlt: "Matsusaka ribeye premium cut" }, { id: "3", brand: "A5 Wagyu", name: "Omi Beef Filet", price: "$195", rating: 5, @@ -124,15 +124,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Selection", title: "Source", subtitle: "Handpicked Excellence", description: "We partner exclusively with Japan's most esteemed wagyu ranches to ensure only A5 grade beef reaches our kitchen, guaranteeing uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg", imageAlt: "Premium wagyu selection" + tag: "Selection", title: "Source", subtitle: "Handpicked Excellence", description: "We partner exclusively with Japan's most esteemed wagyu ranches to ensure only A5 grade beef reaches our kitchen, guaranteeing uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-salad-with-lettuce-red-pepper-plate_141793-11308.jpg?_wi=3", imageAlt: "Premium wagyu selection" }, { id: 2, - tag: "Expertise", title: "Prepare", subtitle: "Masterful Technique", description: "Our teppanyaki masters have devoted decades to perfecting their craft, employing traditional Japanese methods combined with modern precision.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-tomatoes_140725-4017.jpg", imageAlt: "Chef preparing wagyu on teppanyaki" + tag: "Expertise", title: "Prepare", subtitle: "Masterful Technique", description: "Our teppanyaki masters have devoted decades to perfecting their craft, employing traditional Japanese methods combined with modern precision.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-tomatoes_140725-4017.jpg?_wi=2", imageAlt: "Chef preparing wagyu on teppanyaki" }, { id: 3, - tag: "Experience", title: "Serve", subtitle: "Unforgettable Moments", description: "Each plate is presented with ceremonial precision, creating an intimate experience where artistry, flavor, and hospitality converge.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Elegant steakhouse dining experience" + tag: "Experience", title: "Serve", subtitle: "Unforgettable Moments", description: "Each plate is presented with ceremonial precision, creating an intimate experience where artistry, flavor, and hospitality converge.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=3", imageAlt: "Elegant steakhouse dining experience" } ]} textboxLayout="default"