From d1b0833a79ab82010f72c7379e6a8bd3d0c65d7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:45:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 05c81cc..a8a9a30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 999c615037c9e81112543f899c4f7a51a188d0c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:45:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5648fa7..b42e1f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1