Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -83,12 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Dim Sum", name: "Crystal Soup Dumplings", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "2", brand: "Main Course", name: "Signature Peking Duck", price: "$88", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "3", brand: "Appetizer", name: "Scallion Pancakes", price: "$12", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "4", brand: "Dessert", name: "Osmanthus Jelly", price: "$10", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "5", brand: "Main Course", name: "Lion's Head Meatballs", price: "$32", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "6", brand: "Dim Sum", name: "Shrimp Har Gow", price: "$16", rating: 4, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg" },
|
||||
{ id: "1", brand: "Dim Sum", name: "Crystal Soup Dumplings", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Main Course", name: "Signature Peking Duck", price: "$88", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=2" },
|
||||
{ id: "3", brand: "Appetizer", name: "Scallion Pancakes", price: "$12", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=3" },
|
||||
{ id: "4", brand: "Dessert", name: "Osmanthus Jelly", price: "$10", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=4" },
|
||||
{ id: "5", brand: "Main Course", name: "Lion's Head Meatballs", price: "$32", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=5" },
|
||||
{ id: "6", brand: "Dim Sum", name: "Shrimp Har Gow", price: "$16", rating: 4, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crab-salad-with-vegetables-wasabi-plate-soy-sauce-black_141793-11099.jpg?_wi=6" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover our collection of handcrafted dim sum, authentic main courses, and delicate desserts."
|
||||
@@ -101,9 +101,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ id: "1", title: "Springtime Harvest", description: "Fresh, locally sourced greens with traditional Jiangnan spices.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg" }, items: [{ icon: Star, text: "Seasonal Ingredients" }], reverse: false },
|
||||
{ id: "2", title: "Braised Pork Belly", description: "Slow-cooked for 12 hours until melt-in-the-mouth perfection.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg" }, items: [{ icon: Award, text: "Signature Dish" }], reverse: true },
|
||||
{ id: "3", title: "Truffle Wontons", description: "Hand-folded wontons served in a fragrant truffle broth.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg" }, items: [{ icon: Sparkles, text: "Luxurious Flavor" }], reverse: false },
|
||||
{ id: "1", title: "Springtime Harvest", description: "Fresh, locally sourced greens with traditional Jiangnan spices.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg?_wi=1" }, items: [{ icon: Star, text: "Seasonal Ingredients" }], reverse: false },
|
||||
{ id: "2", title: "Braised Pork Belly", description: "Slow-cooked for 12 hours until melt-in-the-mouth perfection.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg?_wi=2" }, items: [{ icon: Award, text: "Signature Dish" }], reverse: true },
|
||||
{ id: "3", title: "Truffle Wontons", description: "Hand-folded wontons served in a fragrant truffle broth.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-tapas-starter-food-assortment_23-2148960504.jpg?_wi=3" }, items: [{ icon: Sparkles, text: "Luxurious Flavor" }], reverse: false },
|
||||
]}
|
||||
title="Chef's Seasonal Specials"
|
||||
description="Exquisite seasonal creations honoring traditional culinary arts."
|
||||
|
||||
Reference in New Issue
Block a user