Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Catering", href: "#catering" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", imageAlt: "Authentic Biryani" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1", imageAlt: "Authentic Biryani" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg", imageAlt: "Traditional Atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-posed-restaurant_627829-792.jpg", imageAlt: "Warm Hospitality" },
|
||||
]}
|
||||
@@ -73,11 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Chicken Biryani", price: "PKR 650", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spices-lime-near-rice-dishes_23-2147894716.jpg", brand: "Traditional", reviewCount: "240 reviews" },
|
||||
{ id: "2", name: "Mutton Karahi", price: "PKR 1200", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg", brand: "Signature", reviewCount: "150 reviews" },
|
||||
{ id: "3", name: "Seekh Kabab", price: "PKR 450", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", brand: "Grill", reviewCount: "110 reviews" },
|
||||
{ id: "2", name: "Mutton Karahi", price: "PKR 1200", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg?_wi=1", brand: "Signature", reviewCount: "150 reviews" },
|
||||
{ id: "3", name: "Seekh Kabab", price: "PKR 450", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=2", brand: "Grill", reviewCount: "110 reviews" },
|
||||
{ id: "4", name: "Dal Makhani", price: "PKR 350", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-appetizing-lentil-soup-tomatoes-spices-lentil-herbs_140725-73527.jpg", brand: "Classic", reviewCount: "90 reviews" },
|
||||
{ id: "5", name: "Roghani Naan", price: "PKR 80", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-broken-pita-with-condiments_23-2148734693.jpg", brand: "Bread", reviewCount: "300 reviews" },
|
||||
{ id: "6", name: "Kheer", price: "PKR 250", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg", brand: "Dessert", reviewCount: "65 reviews" },
|
||||
{ id: "6", name: "Kheer", price: "PKR 250", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/meat-with-ginger-side-view_141793-4480.jpg?_wi=2", brand: "Dessert", reviewCount: "65 reviews" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="A curated selection of traditional Pakistani favorites crafted with passion."
|
||||
|
||||
Reference in New Issue
Block a user