Merge version_1 into main #1
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg?_wi=1"
|
||||
imageAlt="Various pasta ingredients"
|
||||
/>
|
||||
</div>
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Chicken Momos", author: "House Special", description: "Steamed or fried chicken-filled dumplings served with spicy and tangy dipping sauces. An authentic Asian delight loved by all.", tags: ["Appetizer", "Non-Veg", "Authentic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-sprinkled-with-herbs-sumach_140725-9551.jpg", imageAlt: "Chicken momos steamed dumplings"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-sprinkled-with-herbs-sumach_140725-9551.jpg?_wi=1", imageAlt: "Chicken momos steamed dumplings"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Shawarma Wrap", author: "House Special", description: "Succulent meat wrapped with fresh vegetables, crispy bread, and house-made sauce. Perfect for a satisfying meal on the go.", tags: ["Wraps", "Non-Veg", "Quick Meal"],
|
||||
@@ -130,13 +130,13 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "pasta-1", name: "Garlic White Sauce Pasta", price: "₹120", variant: "Creamy & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg", imageAlt: "Pasta dish"
|
||||
id: "pasta-1", name: "Garlic White Sauce Pasta", price: "₹120", variant: "Creamy & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg?_wi=2", imageAlt: "Pasta dish"
|
||||
},
|
||||
{
|
||||
id: "pasta-2", name: "Red Sauce Pasta", price: "₹120", variant: "Tangy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg", imageAlt: "Red sauce pasta"
|
||||
id: "pasta-2", name: "Red Sauce Pasta", price: "₹120", variant: "Tangy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg?_wi=3", imageAlt: "Red sauce pasta"
|
||||
},
|
||||
{
|
||||
id: "pasta-3", name: "Green Sauce Pasta", price: "₹120", variant: "Fresh & Herby", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg", imageAlt: "Green sauce pasta"
|
||||
id: "pasta-3", name: "Green Sauce Pasta", price: "₹120", variant: "Fresh & Herby", imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-raw-pasta-with-kidney-beans-arranged-black_140725-12626.jpg?_wi=4", imageAlt: "Green sauce pasta"
|
||||
},
|
||||
{
|
||||
id: "noodles-1", name: "Chowmein", price: "₹100", variant: "Stir-Fried & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/yummy-chicken-noodles-with-soup-salad-black-slate-stone_23-2148138997.jpg", imageAlt: "Chowmein noodles"
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
id: "drink-1", name: "Blueberry Milkshake", price: "₹80", variant: "Thick & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-table_114579-9273.jpg", imageAlt: "Blueberry milkshake"
|
||||
},
|
||||
{
|
||||
id: "momos-1", name: "Steamed Chicken Momos", price: "₹100", variant: "6 Pieces • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-sprinkled-with-herbs-sumach_140725-9551.jpg", imageAlt: "Steamed momos"
|
||||
id: "momos-1", name: "Steamed Chicken Momos", price: "₹100", variant: "6 Pieces • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-sprinkled-with-herbs-sumach_140725-9551.jpg?_wi=2", imageAlt: "Steamed momos"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user