Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94fedbb328 | |||
| 750b5677bf | |||
| fbce5ba9f2 | |||
| a4af6a0354 | |||
| 270b749d5e |
1412
src/app/layout.tsx
1412
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -66,13 +66,13 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Tacos Carne Asada", price: "€12,50", variant: "Authentique 3 Options", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-wooden-board_23-2148764332.jpg", imageAlt: "Tacos Carne Asada savoureux", isFavorited: false,
|
id: "1", name: "Tacos Carne Asada", price: "€12,50", variant: "⭐ 4.8 (124 avis) Authentique 3 Options", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-wooden-board_23-2148764332.jpg", imageAlt: "Tacos Carne Asada savoureux", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Burger Premium", price: "€14,00", variant: "Gourmet 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-knife-tasty-hamburger_23-2148614058.jpg", imageAlt: "Burger Premium délicieux", isFavorited: false,
|
id: "2", name: "Burger Premium", price: "€14,00", variant: "⭐ 4.9 (89 avis) Gourmet 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-knife-tasty-hamburger_23-2148614058.jpg", imageAlt: "Burger Premium délicieux", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Frites Maison", price: "€5,50", variant: "Croustillantes 2 Portions", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Frites Maison croustillantes", isFavorited: false,
|
id: "3", name: "Frites Maison", price: "€5,50", variant: "⭐ 4.7 (156 avis) Croustillantes 2 Portions", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Frites Maison croustillantes", isFavorited: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user