Merge version_3 into main #9
@@ -50,10 +50,10 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+919876543210" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg", imageAlt: "Perfectly marinated Changezi chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg", imageAlt: "Grilled mutton seekh kebab" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", imageAlt: "Butter chicken wrap roll" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg", imageAlt: "Angara charcoal shawarma" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=1", imageAlt: "Perfectly marinated Changezi chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=1", imageAlt: "Grilled mutton seekh kebab" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=1", imageAlt: "Butter chicken wrap roll" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=1", imageAlt: "Angara charcoal shawarma" }
|
||||
]}
|
||||
autoplayDelay={3000}
|
||||
/>
|
||||
@@ -71,16 +71,16 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg", imageAlt: "Perfectly marinated Changezi chicken"
|
||||
id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=2", imageAlt: "Perfectly marinated Changezi chicken"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg", imageAlt: "Grilled mutton seekh kebab"
|
||||
id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=2", imageAlt: "Grilled mutton seekh kebab"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", imageAlt: "Butter chicken wrap roll"
|
||||
id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=2", imageAlt: "Butter chicken wrap roll"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg", imageAlt: "Angara charcoal shawarma"
|
||||
id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=2", imageAlt: "Angara charcoal shawarma"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Zaatar Naan with Hummus", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-bowl-with-pita_23-2148734668.jpg", imageAlt: "Fresh zaatar naan with hummus"
|
||||
|
||||
Reference in New Issue
Block a user