5 Commits

Author SHA1 Message Date
95831150a4 Update src/app/page.tsx 2026-03-07 19:23:57 +00:00
7c88857df1 Update src/app/layout.tsx 2026-03-07 19:23:56 +00:00
0e10b6ecf9 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:22:18 +00:00
b8ea91c5d4 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:21:33 +00:00
22bda1ef27 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:20:31 +00:00
2 changed files with 6 additions and 2800 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -112,22 +112,22 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ 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"
} }
]} ]}
/> />