From e8ffef9e8cebf7809d5248ca1fae6f3b0f37cda9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:05:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 815700c..fe8310a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,13 +86,13 @@ export default function LandingPage() { title: "Live Teppanyaki Performance", description: "Watch master chefs perform an incredible cooking show right at your table with precision and style", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-oil-mushrooms-barbecue_176474-3114.jpg", imageAlt: "Teppanyaki cooking performance", buttonIcon: ChefHat, }, { - title: "Premium Wagyu Selection", description: "Hand-selected Japanese wagyu beef and the finest cuts, grilled to perfection on our signature griddles", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg", imageAlt: "Premium wagyu beef", buttonIcon: Flame, + title: "Premium Wagyu Selection", description: "Hand-selected Japanese wagyu beef and the finest cuts, grilled to perfection on our signature griddles", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg?_wi=1", imageAlt: "Premium wagyu beef", buttonIcon: Flame, }, { - title: "Fresh Seafood Delights", description: "Succulent shrimp, scallops, and seasonal catches prepared with authentic Japanese techniques", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg", imageAlt: "Fresh grilled seafood", buttonIcon: Fish, + title: "Fresh Seafood Delights", description: "Succulent shrimp, scallops, and seasonal catches prepared with authentic Japanese techniques", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg?_wi=1", imageAlt: "Fresh grilled seafood", buttonIcon: Fish, }, { - title: "Seasonal Vegetables", description: "Organic vegetables from trusted local farms, grilled with precision and traditional Japanese seasonings", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg", imageAlt: "Grilled fresh vegetables", buttonIcon: Leaf, + title: "Seasonal Vegetables", description: "Organic vegetables from trusted local farms, grilled with precision and traditional Japanese seasonings", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg?_wi=1", imageAlt: "Grilled fresh vegetables", buttonIcon: Leaf, }, ]} textboxLayout="default" @@ -131,11 +131,11 @@ export default function LandingPage() { tagIcon={UtensilsCrossed} products={[ { - id: "1", name: "Premium Wagyu A5", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg", imageAlt: "Premium wagyu beef"}, + id: "1", name: "Premium Wagyu A5", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg?_wi=2", imageAlt: "Premium wagyu beef"}, { - id: "2", name: "Fresh Shrimp & Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg", imageAlt: "Fresh shrimp and scallops"}, + id: "2", name: "Fresh Shrimp & Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/prawn-white-sea-king-dish_1203-6172.jpg?_wi=2", imageAlt: "Fresh shrimp and scallops"}, { - id: "3", name: "Organic Seasonal Vegetables", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg", imageAlt: "Grilled seasonal vegetables"}, + id: "3", name: "Organic Seasonal Vegetables", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-violet-asparagus-wrapped-with-bacon_2829-11298.jpg?_wi=2", imageAlt: "Grilled seasonal vegetables"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1