|
|
|
|
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|
|
|
|
logoText="CLUBHOUSE"
|
|
|
|
|
description="Authentic Lebanese Flavors. Premium Dining & Fitness Experience."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now", href: "tel:+234812345678" },
|
|
|
|
|
{ text: "Reserve Now", href: "tel:+234812345678" },
|
|
|
|
|
{ text: "Reserve a Table", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
slides={[
|
|
|
|
|
@@ -81,15 +81,15 @@ export default function LandingPage() {
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
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,
|
|
|
|
|
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,
|
|
|
|
|
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"
|
|
|
|
|
@@ -229,4 +229,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|