Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d3491bd3b | |||
| 4ab477b831 | |||
| d21fde122d | |||
| 844192b227 |
@@ -79,15 +79,17 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Jerk Chicken Platter", price: "$18.95", imageSrc: "http://img.b2bpic.net/free-photo/profiterolesj-with-chocolate-syrop-cream-mint-cookie-chips-tea-lemon-side-view_141793-3181.jpg" },
|
||||
{ id: "1", name: "Jerk Chicken", price: "$18.95", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-wings-tray_23-2147717034.jpg" },
|
||||
{ id: "2", name: "Curry Goat", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/kebab-pomegranate-sauce-table_140725-4776.jpg" },
|
||||
{ id: "3", name: "Oxtail Stew", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/surf-turf_74190-6937.jpg" },
|
||||
{ id: "4", name: "Escovitch Snapper", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-fish-dark-blue-surface-meal-pepper-meat-fry-seafood-sea-food-salad-dish-cooking_179666-17612.jpg" },
|
||||
{ id: "5", name: "Plantain Tart", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg" },
|
||||
{ id: "3", name: "Jamaican Patty (Beef/Veg)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/bakery-assortment-top-view_23-2148810786.jpg" },
|
||||
{ id: "4", name: "Fried Plantains", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-fried-plantains_23-2148810786.jpg" },
|
||||
{ id: "5", name: "Ackee & Saltfish (Breakfast)", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-breakfast-dish_23-2148810786.jpg" },
|
||||
{ id: "6", name: "Sorrel Punch", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-burlap-with-flowers-high-quality-photo_114579-67856.jpg" },
|
||||
{ id: "7", name: "Rice & Peas", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/rice-peas-dish_23-2148810786.jpg" },
|
||||
{ id: "8", name: "Catering: Jerk Tray", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-tray_23-2148810786.jpg" },
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Explore our curated selection of island delicacies."
|
||||
title="Our Full Menu"
|
||||
description="Discover our authentic selection of island favorites, from breakfast staples to catering platters."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user