Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg", imageAlt: "Restaurant interior with elegant ambiance"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", imageAlt: "Signature Peking Duck dish"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=1", imageAlt: "Signature Peking Duck dish"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-psd/delicious-sweet-spicy-fried-chicken-black-bowl_84443-72566.jpg", imageAlt: "Kung Pao Chicken with peanuts"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-psd/delicious-sweet-spicy-fried-chicken-black-bowl_84443-72566.jpg?_wi=1", imageAlt: "Kung Pao Chicken with peanuts"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-inside-pottery-plate-with-glass-white-wine_114579-3411.jpg", imageAlt: "Spicy Mapo Tofu"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-inside-pottery-plate-with-glass-white-wine_114579-3411.jpg?_wi=1", imageAlt: "Spicy Mapo Tofu"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg", imageAlt: "Hand-pulled noodles"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg?_wi=1", imageAlt: "Hand-pulled noodles"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035103.jpg", imageAlt: "Assorted dim sum basket"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035103.jpg?_wi=1", imageAlt: "Assorted dim sum basket"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -116,16 +116,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Peking Duck", description: "Crispy roasted duck with thin pancakes, sweet sauce, and fresh vegetables. A timeless classic prepared to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", imageAlt: "Signature Peking Duck"
|
||||
id: "01", title: "Peking Duck", description: "Crispy roasted duck with thin pancakes, sweet sauce, and fresh vegetables. A timeless classic prepared to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=2", imageAlt: "Signature Peking Duck"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Kung Pao Chicken", description: "Tender chicken with roasted peanuts, dried chilies, and aromatic spices in a savory sauce. Bold and unforgettable.", imageSrc: "http://img.b2bpic.net/free-psd/delicious-sweet-spicy-fried-chicken-black-bowl_84443-72566.jpg", imageAlt: "Kung Pao Chicken dish"
|
||||
id: "02", title: "Kung Pao Chicken", description: "Tender chicken with roasted peanuts, dried chilies, and aromatic spices in a savory sauce. Bold and unforgettable.", imageSrc: "http://img.b2bpic.net/free-psd/delicious-sweet-spicy-fried-chicken-black-bowl_84443-72566.jpg?_wi=2", imageAlt: "Kung Pao Chicken dish"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Mapo Tofu", description: "Silken tofu in a spicy, numbing Sichuan sauce with ground pork. A fiery sensation for adventurous palates.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-inside-pottery-plate-with-glass-white-wine_114579-3411.jpg", imageAlt: "Mapo Tofu with spicy sauce"
|
||||
id: "03", title: "Mapo Tofu", description: "Silken tofu in a spicy, numbing Sichuan sauce with ground pork. A fiery sensation for adventurous palates.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-stew-inside-pottery-plate-with-glass-white-wine_114579-3411.jpg?_wi=2", imageAlt: "Mapo Tofu with spicy sauce"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Hand-Pulled Noodles", description: "Fresh noodles made daily, hand-pulled to order and served in aromatic broth. Comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg", imageAlt: "Hand-pulled noodles"
|
||||
id: "04", title: "Hand-Pulled Noodles", description: "Fresh noodles made daily, hand-pulled to order and served in aromatic broth. Comfort in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg?_wi=2", imageAlt: "Hand-pulled noodles"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -147,13 +147,13 @@ export default function LandingPage() {
|
||||
id: "1", name: "Wonton Soup", price: "$8.95", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7939.jpg", imageAlt: "Steaming wonton soup", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Chow Mein", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg", imageAlt: "Crispy chow mein noodles", initialQuantity: 1
|
||||
id: "2", name: "Chow Mein", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/bowl-clear-noodle-soup-with-fish-ball-vegetable-wooden-desk_23-2148093077.jpg?_wi=3", imageAlt: "Crispy chow mein noodles", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dim Sum Basket", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035103.jpg", imageAlt: "Traditional dim sum selection", initialQuantity: 1
|
||||
id: "3", name: "Dim Sum Basket", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-assortment_23-2149035103.jpg?_wi=2", imageAlt: "Traditional dim sum selection", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Peking Duck", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg", imageAlt: "Signature Peking Duck", initialQuantity: 1
|
||||
id: "4", name: "Peking Duck", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-slices-with-nut-garlic-filling_140725-2087.jpg?_wi=3", imageAlt: "Signature Peking Duck", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user