Merge version_2 into main #3
@@ -16,7 +16,7 @@ export default function Page() {
|
||||
{"id":"hero-2","url":"http://img.b2bpic.net/free-photo/side-view-lesbian-couple-restaurant_23-2150276407.jpg","alt":"african restaurant interior golden decor"},
|
||||
{"id":"hero-3","url":"http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg","alt":"authentic ghanaian dish luxury setting"},
|
||||
{"id":"hero-4","url":"http://img.b2bpic.net/free-photo/side-view-young-woman-with-curly-hair-holding-coffee-cup-using-laptop-bar-counter_23-2147936223.jpg","alt":"afro lounge restaurant ambiance"},
|
||||
{"id":"hero-5","url":"http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-2152024848.jpg","alt":"exotic african cocktail gold rim"},
|
||||
{"id":"hero-5","url":"http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-215024848.jpg","alt":"exotic african cocktail gold rim"},
|
||||
{"id":"hero-6","url":"http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-served-with-rice_114579-980.jpg","alt":"full screen elegant african food spread"},
|
||||
{"id":"award-stars","url":"http://img.b2bpic.net/free-vector/rating-stars-icon-review-product-realistic-five-glossy-stars-yellow-white-colors-d-icon_145391-1343.jpg","alt":"gold star rating icon"},
|
||||
{"id":"african-spices","url":"http://img.b2bpic.net/free-photo/cooked-red-crawfish-closeup_132075-14134.jpg","alt":"authentic african spices and herbs"},
|
||||
@@ -91,6 +91,7 @@ export default function Page() {
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
titleClassName="pt-10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,12 +122,12 @@ export default function Page() {
|
||||
title="Signature Experiences"
|
||||
description="Savour our chef's recommendations, each a culinary journey to West Africa."
|
||||
products={[
|
||||
{ id: "1", name: "Goat Pepper Soup", price: "₦ 4,500", imageSrc: resolveAsset("asset://goat-pepper-soup").url, imageAlt: resolveAsset("asset://goat-pepper-soup").alt },
|
||||
{ id: "2", name: "Fried Beef With Yam Fries", price: "₦ 6,000", imageSrc: resolveAsset("asset://fried-beef-yam-fries").url, imageAlt: resolveAsset("asset://fried-beef-yam-fries").alt },
|
||||
{ id: "3", name: "Fufu & Goat Light Soup", price: "₦ 5,500", imageSrc: resolveAsset("asset://fufu-goat-light-soup").url, imageAlt: resolveAsset("asset://fufu-goat-light-soup").alt },
|
||||
{ id: "4", name: "Rice & Kontomire Stew", price: "₦ 5,000", imageSrc: resolveAsset("asset://rice-kontomire-stew").url, imageAlt: resolveAsset("asset://rice-kontomire-stew").alt },
|
||||
{ id: "5", name: "Kelewele & Groundnuts", price: "₦ 3,500", imageSrc: resolveAsset("asset://kelewele-groundnuts").url, imageAlt: resolveAsset("asset://kelewele-groundnuts").alt },
|
||||
{ id: "6", name: "Jollof Rice with Chicken", price: "₦ 4,800", imageSrc: resolveAsset("asset://jollof-chicken").url, imageAlt: resolveAsset("asset://jollof-chicken").alt }
|
||||
{ id: "1", name: "Goat Pepper Soup", price: "KSH 4,500", imageSrc: resolveAsset("asset://goat-pepper-soup").url, imageAlt: resolveAsset("asset://goat-pepper-soup").alt },
|
||||
{ id: "2", name: "Fried Beef With Yam Fries", price: "KSH 6,000", imageSrc: resolveAsset("asset://fried-beef-yam-fries").url, imageAlt: resolveAsset("asset://fried-beef-yam-fries").alt },
|
||||
{ id: "3", name: "Fufu & Goat Light Soup", price: "KSH 5,500", imageSrc: resolveAsset("asset://fufu-goat-light-soup").url, imageAlt: resolveAsset("asset://fufu-goat-light-soup").alt },
|
||||
{ id: "4", name: "Rice & Kontomire Stew", price: "KSH 5,000", imageSrc: resolveAsset("asset://rice-kontomire-stew").url, imageAlt: resolveAsset("asset://rice-kontomire-stew").alt },
|
||||
{ id: "5", name: "Kelewele & Groundnuts", price: "KSH 3,500", imageSrc: resolveAsset("asset://kelewele-groundnuts").url, imageAlt: resolveAsset("asset://kelewele-groundnuts").alt },
|
||||
{ id: "6", name: "Jollof Rice with Chicken", price: "KSH 4,800", imageSrc: resolveAsset("asset://jollof-chicken").url, imageAlt: resolveAsset("asset://jollof-chicken").alt }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -208,4 +209,4 @@ export default function Page() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user