Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 21:05:47 +00:00

View File

@@ -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"