Update src/app/page.tsx
This commit is contained in:
@@ -56,22 +56,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg", imageAlt: "Omega 3 Restaurant Interior"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg?_wi=1", imageAlt: "Omega 3 Restaurant Interior"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg", imageAlt: "Friture de Poisson - Fried Fish Platter"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg?_wi=1", imageAlt: "Friture de Poisson - Fried Fish Platter"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", imageAlt: "Pulpo a la Gallega - Grilled Octopus"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=1", imageAlt: "Pulpo a la Gallega - Grilled Octopus"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg", imageAlt: "Flan Caramel - Traditional Dessert"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg?_wi=1", imageAlt: "Flan Caramel - Traditional Dessert"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-arranging-frozen-fish-sale_342744-1070.jpg", imageAlt: "Our Culinary Team"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg", imageAlt: "Restaurant Ambiance"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fish-with-lemon-pomegranate_140725-3604.jpg?_wi=2", imageAlt: "Restaurant Ambiance"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Friture de Poisson", price: "180 DH", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg", imageAlt: "Fried Fish Platter"
|
||||
id: "1", name: "Friture de Poisson", price: "180 DH", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-french-fries_1150-18495.jpg?_wi=2", imageAlt: "Fried Fish Platter"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Pulpo a la Gallega", price: "220 DH", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", imageAlt: "Grilled Octopus"
|
||||
id: "2", name: "Pulpo a la Gallega", price: "220 DH", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=2", imageAlt: "Grilled Octopus"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Flan Caramel", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg", imageAlt: "Caramel Flan Dessert"
|
||||
id: "3", name: "Flan Caramel", price: "45 DH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-handmade-cake-table_23-2148461085.jpg?_wi=2", imageAlt: "Caramel Flan Dessert"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user