Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -53,22 +53,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "Authentic Kathiyawadi thali setup"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=1", imageAlt: "Authentic Kathiyawadi thali setup"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "Traditional complete thali meal"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=1", imageAlt: "Traditional complete thali meal"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg", imageAlt: "Homemade rotla with curry"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg?_wi=1", imageAlt: "Homemade rotla with curry"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg", imageAlt: "Spiced Kathiyawadi sabzi"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg?_wi=1", imageAlt: "Spiced Kathiyawadi sabzi"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salad-bottom-side-with-herbs-leaves-side-dark-grey-background_140725-134385.jpg", imageAlt: "Traditional cooking preparation"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg", imageAlt: "Restaurant authentic ambiance"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg?_wi=2", imageAlt: "Restaurant authentic ambiance"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Traditional Kathiyawadi Thali", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "Complete traditional thali with all items", initialQuantity: 1
|
||||
id: "1", name: "Traditional Kathiyawadi Thali", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=2", imageAlt: "Complete traditional thali with all items", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Hand-Made Rotla with Sabzi", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg", imageAlt: "Homemade rotla served with curry", initialQuantity: 1
|
||||
id: "2", name: "Hand-Made Rotla with Sabzi", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034003.jpg?_wi=2", imageAlt: "Homemade rotla served with curry", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Authentic Spiced Sabzi", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg", imageAlt: "Traditional Kathiyawadi vegetable curry", initialQuantity: 1
|
||||
id: "3", name: "Authentic Spiced Sabzi", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-seasonings-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80763.jpg?_wi=2", imageAlt: "Traditional Kathiyawadi vegetable curry", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sukhdi & Ladu Platter", price: "₹129", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-small-fruit-cakes-raisin-cakes-top-view_114579-9790.jpg", imageAlt: "Homemade traditional sweets", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user