Update src/app/menu/page.tsx
This commit is contained in:
@@ -33,10 +33,10 @@ export default function MenuPage() {
|
||||
<div id="full-menu" data-section="full-menu">
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg" },
|
||||
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg" },
|
||||
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg" },
|
||||
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg" }
|
||||
{ id: "1", name: "Peking Duck Dinner (Four Courses)", price: "An experience worth gathering for.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-traditional-asian-food-peking-duck-with-cucumbers-sauce-plate_141793-11572.jpg?_wi=2" },
|
||||
{ id: "2", name: "Handmade Egg Rolls", price: "Freshly made, golden-crisp, famously addictive.", imageSrc: "https://img.b2bpic.net/free-photo/spring-rolls_74190-3539.jpg?_wi=2" },
|
||||
{ id: "3", name: "Spicy Shrimp Lo Mein", price: "Never dry. Balanced heat. Comfort you can taste.", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks-spices_23-2148377428.jpg?_wi=2" },
|
||||
{ id: "4", name: "Sesame Chicken (Moys Style)", price: "More chicken than breading, with our signature sesame sauce.", imageSrc: "https://img.b2bpic.net/free-photo/salad-with-lettuce-meat-sesame-seeds-sauce_141793-935.jpg?_wi=2" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -54,8 +54,8 @@ export default function MenuPage() {
|
||||
<div id="food-reviews" data-section="food-reviews">
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{ id: "1", name: "Michael B.", role: "Food Critic", company: "Local Magazine", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg" },
|
||||
{ id: "2", name: "Samantha G.", role: "Student", company: "Ohio State University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg" }
|
||||
{ id: "1", name: "Michael B.", role: "Food Critic", company: "Local Magazine", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/two-asian-male-friends-sitting-table-bar-with-mugs-beer-snacks-chatting_1098-20574.jpg?_wi=4" },
|
||||
{ id: "2", name: "Samantha G.", role: "Student", company: "Ohio State University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/enthusiastic-young-businesswoman-asian-girl-showing-her-business-raising-hands-up-smiling-standi_1258-124859.jpg?_wi=4" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "“Best Peking Duck in Ohio”", label: "Signature Dish" },
|
||||
@@ -76,7 +76,7 @@ export default function MenuPage() {
|
||||
<div id="cooking-philosophy" data-section="cooking-philosophy">
|
||||
<FeatureCardSeven
|
||||
features={[
|
||||
{ id: 1, title: "Fresh Ingredients", description: "We source the freshest local ingredients daily to ensure quality and flavor.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg" },
|
||||
{ id: 1, title: "Fresh Ingredients", description: "We source the freshest local ingredients daily to ensure quality and flavor.", imageSrc: "https://img.b2bpic.net/free-vector/colorful-food-icons_1284-723.jpg?_wi=2" },
|
||||
{ id: 2, title: "Traditional Techniques", description: "Our chefs use time-honored Cantonese cooking methods passed down through generations.", imageSrc: "https://img.b2bpic.net/free-photo/cutlery-icon_1160-84.jpg" }
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user