Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-interior-restaurant-background-vintage-light-filter-effect_74190-1919.jpg", imageAlt: "Intérieur du restaurant"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg", imageAlt: "Pizza classique"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg?_wi=1", imageAlt: "Pizza classique"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -103,19 +103,19 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "margherita", name: "Margherita", price: "12,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg", imageAlt: "Pizza Margherita"
|
||||
id: "margherita", name: "Margherita", price: "12,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg?_wi=2", imageAlt: "Pizza Margherita"
|
||||
},
|
||||
{
|
||||
id: "classique-poulet", name: "Pizza Poulet", price: "14,50 DT", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-tomatoes-assortment_23-2148601670.jpg", imageAlt: "Pizza au Poulet"
|
||||
id: "classique-poulet", name: "Pizza Poulet", price: "14,50 DT", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-tomatoes-assortment_23-2148601670.jpg?_wi=1", imageAlt: "Pizza au Poulet"
|
||||
},
|
||||
{
|
||||
id: "vegetarienne", name: "Végétarienne", price: "13,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-olive-tomato-mushroom-herbs_141793-2264.jpg", imageAlt: "Pizza Végétarienne"
|
||||
},
|
||||
{
|
||||
id: "quatre-fromages", name: "Quatre Fromages", price: "15,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg", imageAlt: "Pizza Quatre Fromages"
|
||||
id: "quatre-fromages", name: "Quatre Fromages", price: "15,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-with-toppings_23-2148601643.jpg?_wi=3", imageAlt: "Pizza Quatre Fromages"
|
||||
},
|
||||
{
|
||||
id: "pepperoni", name: "Pépéroni", price: "14,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-tomatoes-assortment_23-2148601670.jpg", imageAlt: "Pizza Pépéroni"
|
||||
id: "pepperoni", name: "Pépéroni", price: "14,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-tomatoes-assortment_23-2148601670.jpg?_wi=2", imageAlt: "Pizza Pépéroni"
|
||||
},
|
||||
{
|
||||
id: "beverage", name: "Boissons", price: "À partir de 2,00 DT", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-hibiscus-ice-tea_23-2149893666.jpg", imageAlt: "Boissons"
|
||||
|
||||
Reference in New Issue
Block a user