5 Commits

Author SHA1 Message Date
999c615037 Update src/app/page.tsx 2026-03-03 22:45:34 +00:00
d1b0833a79 Update src/app/layout.tsx 2026-03-03 22:45:34 +00:00
a721d86639 Merge version_3 into main
Merge version_3 into main
2026-03-03 22:43:42 +00:00
868fdb51e3 Update src/app/page.tsx 2026-03-03 22:43:38 +00:00
2245df0e26 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:38:03 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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"