Merge version_4 into main #6

Merged
bender merged 2 commits from version_4 into main 2026-03-03 22:45:40 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
);
}
}