Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -58,13 +58,13 @@ export default function LandingPage() {
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-restaurant_23-2149429320.jpg", imageAlt: "Cafe Deja Vu welcoming interior"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg", imageAlt: "Fresh pasta dish with aromatic herbs"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg?_wi=1", imageAlt: "Fresh pasta dish with aromatic herbs"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14676.jpg", imageAlt: "Stone baked authentic pizza"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-bowl-delicious-vegan-salad_181624-44511.jpg", imageAlt: "Colorful rice bowl with fresh ingredients"
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-bowl-delicious-vegan-salad_181624-44511.jpg?_wi=1", imageAlt: "Colorful rice bowl with fresh ingredients"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-employee-coffee-shop_23-2148366548.jpg", imageAlt: "Artisanal frappe specialty beverage"
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Signature Pasta", description: "Layers of indulgence, oozing with cheese, and bursting with flavor. From crispy to creamy, experience a symphony of flavors in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-isolated-white-background_123827-33372.jpg", imageAlt: "Delicious lasagna with melted cheese layers", buttonIcon: Utensils
|
||||
title: "Signature Pasta", description: "Layers of indulgence, oozing with cheese, and bursting with flavor. From crispy to creamy, experience a symphony of flavors in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-isolated-white-background_123827-33372.jpg?_wi=1", imageAlt: "Delicious lasagna with melted cheese layers", buttonIcon: Utensils
|
||||
},
|
||||
{
|
||||
title: "Stone Baked Pizza", description: "Our authentic stone-baked pizzas are prepared using traditional techniques. Fresh ingredients and perfect crust create the ideal dining moment.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-sauce-pizza_23-2150419434.jpg", imageAlt: "Stone baked pizza from our wood-fired oven", buttonIcon: Utensils
|
||||
@@ -128,15 +128,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "deja-vu-rice-bowl", brand: "Cafe Deja Vu", name: "Rice Bowl", price: "₹399", rating: 5,
|
||||
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-bowl-delicious-vegan-salad_181624-44511.jpg", imageAlt: "Deja Vu Rice Bowl with tender chicken and vibrant flavors"
|
||||
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-bowl-delicious-vegan-salad_181624-44511.jpg?_wi=2", imageAlt: "Deja Vu Rice Bowl with tender chicken and vibrant flavors"
|
||||
},
|
||||
{
|
||||
id: "deja-vu-lasagna", brand: "Cafe Deja Vu", name: "Lasagna", price: "₹459", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-isolated-white-background_123827-33372.jpg", imageAlt: "Deja Vu Lasagna with multiple cheese layers"
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/casserole-with-cheese-gratin-zucchini-isolated-white-background_123827-33372.jpg?_wi=2", imageAlt: "Deja Vu Lasagna with multiple cheese layers"
|
||||
},
|
||||
{
|
||||
id: "deja-vu-crispy-pasta", brand: "Cafe Deja Vu", name: "Crispy Pasta", price: "₹379", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg", imageAlt: "Deja Vu Crispy Pasta with perfect crunch and flavor"
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-home-made-tagliatelle-pasta-with-parmesan-cherry-tomatoes-greenery_482257-25241.jpg?_wi=2", imageAlt: "Deja Vu Crispy Pasta with perfect crunch and flavor"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user