Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 999c615037 | |||
| d1b0833a79 | |||
| a721d86639 | |||
| 868fdb51e3 | |||
| 2245df0e26 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
logoText="CLUBHOUSE"
|
logoText="CLUBHOUSE"
|
||||||
description="Authentic Lebanese Flavors. Premium Dining & Fitness Experience."
|
description="Authentic Lebanese Flavors. Premium Dining & Fitness Experience."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+234812345678" },
|
{ text: "Reserve Now", href: "tel:+234812345678" },
|
||||||
{ text: "Reserve a Table", href: "#contact" }
|
{ text: "Reserve a Table", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -81,15 +81,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Clubhouse Specials", name: "Mixed Grilled Platter", price: "₦18,500", rating: 5,
|
id: "1", brand: "Clubhouse Specials", name: "Mixed Grilled Platter", price: "₦18,500", rating: 5,
|
||||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28157.jpg", imageAlt: "Grilled meat platter"
|
reviewCount: "342+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28157.jpg", imageAlt: "Grilled meat platter"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Traditional Mezze", name: "Hummus & Mezze Selection", price: "₦12,000", rating: 5,
|
id: "2", brand: "Traditional Mezze", name: "Hummus & Mezze Selection", price: "₦12,000", rating: 5,
|
||||||
reviewCount: "268", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-hummus-plate-still-life_23-2149595638.jpg", imageAlt: "Lebanese mezze platter"
|
reviewCount: "268+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-hummus-plate-still-life_23-2149595638.jpg", imageAlt: "Lebanese mezze platter"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Desserts", name: "Baklava & Pastries", price: "₦8,500", rating: 5,
|
id: "3", brand: "Desserts", name: "Baklava & Pastries", price: "₦8,500", rating: 5,
|
||||||
reviewCount: "195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Traditional Lebanese dessert"
|
reviewCount: "195+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Traditional Lebanese dessert"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user