Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b66a37483 | |||
| 95831150a4 | |||
| 7c88857df1 | |||
| 0e10b6ecf9 | |||
| b8ea91c5d4 | |||
| 22bda1ef27 |
2794
src/app/layout.tsx
2794
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -112,22 +112,22 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "goat-meat", name: "Fresh Goat Meat", price: "$9.99", variant: "With rice", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Fresh goat meat with rice"
|
||||
id: "goat-meat", name: "Fresh Goat Meat", price: "$9.99", variant: "Rice", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-rice-different-sauces_140725-102.jpg", imageAlt: "Fresh goat meat with rice"
|
||||
},
|
||||
{
|
||||
id: "beef-suqaar", name: "Beef Suqaar", price: "$9.99", variant: "Sauteed specialty", imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=2", imageAlt: "Beef suqaar"
|
||||
id: "beef-suqaar", name: "Beef Suqaar", price: "$9.99", variant: "Sauteed", imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=2", imageAlt: "Beef suqaar"
|
||||
},
|
||||
{
|
||||
id: "key-key", name: "Key Key", price: "$9.99", variant: "Plantain dish", imageSrc: "http://img.b2bpic.net/free-photo/view-brazilian-food-assortment_23-2148725097.jpg?_wi=2", imageAlt: "Key key plantain"
|
||||
id: "key-key", name: "Key Key", price: "$9.99", variant: "Plantain", imageSrc: "http://img.b2bpic.net/free-photo/view-brazilian-food-assortment_23-2148725097.jpg?_wi=2", imageAlt: "Key key plantain"
|
||||
},
|
||||
{
|
||||
id: "goat-liver", name: "Fresh Goat Liver", price: "$5.99", variant: "Tender & flavorful", imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=3", imageAlt: "Fresh goat liver"
|
||||
id: "goat-liver", name: "Fresh Goat Liver", price: "$5.99", variant: "Tender", imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-liver-with-vegetables-wooden-background_2829-6479.jpg?_wi=3", imageAlt: "Fresh goat liver"
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich", name: "Chicken Sandwich", price: "$5.99", variant: "Crispy & fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-plate_23-2148454752.jpg?_wi=2", imageAlt: "Chicken sandwich"
|
||||
id: "chicken-sandwich", name: "Chicken Sandwich", price: "$5.99", variant: "Crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-plate_23-2148454752.jpg?_wi=2", imageAlt: "Chicken sandwich"
|
||||
},
|
||||
{
|
||||
id: "gyro-sandwich", name: "Gyro Sandwich", price: "$5.99", variant: "Savory blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-plate_23-2148454752.jpg?_wi=3", imageAlt: "Gyro sandwich"
|
||||
id: "gyro-sandwich", name: "Gyro Sandwich", price: "$5.99", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sandwiches-plate_23-2148454752.jpg?_wi=3", imageAlt: "Gyro sandwich"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user