Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e021c9fb0a | |||
| c06c14f308 |
@@ -130,17 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Premium Mixed Grill", price: "AED 120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-sauteed-mixed-vegetables-oil-sauce_114579-2530.jpg"},
|
||||
id: "p1", name: "Premium Mixed Grill", price: "AED 120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-sauteed-mixed-vegetables-oil-sauce_114579-2530.jpg?w=800&h=800&fit=crop"},
|
||||
{
|
||||
id: "p2", name: "Damascene Shawarma", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-cutlets-with-corns-bread-loafs-seasonings-green-desk-meat-meal-food-vegetables-cooking_140725-64820.jpg"},
|
||||
id: "p2", name: "Damascene Shawarma", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-tasty-cutlets-with-corns-bread-loafs-seasonings-green-desk-meat-meal-food-vegetables-cooking_140725-64820.jpg?w=800&h=800&fit=crop"},
|
||||
{
|
||||
id: "p3", name: "Authentic Hummus Plate", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg"},
|
||||
id: "p3", name: "Authentic Hummus Plate", price: "AED 35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg?w=800&h=800&fit=crop"},
|
||||
{
|
||||
id: "p4", name: "Chef's Special Soup", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-lettuce-tomatoes-corn-orange-grapefruit-pomegranate-cream-1_140725-8791.jpg"},
|
||||
id: "p4", name: "Chef's Special Soup", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-lettuce-tomatoes-corn-orange-grapefruit-pomegranate-cream-1_140725-8791.jpg?w=800&h=800&fit=crop"},
|
||||
{
|
||||
id: "p5", name: "Traditional Baklava", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-meal-high-angle_23-2148825085.jpg"},
|
||||
id: "p5", name: "Traditional Baklava", price: "AED 40", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-meal-high-angle_23-2148825085.jpg?w=800&h=800&fit=crop"},
|
||||
{
|
||||
id: "p6", name: "Levantine Tea Service", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796717.jpg"},
|
||||
id: "p6", name: "Levantine Tea Service", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-pouring-tea_23-2147796717.jpg?w=800&h=800&fit=crop"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="From slow-roasted shawarma to delicate Damascene mezze, explore our authentic culinary collection."
|
||||
@@ -308,4 +308,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user