From de7d8f26cc0aee8c075cf597165aafc903971848 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:26:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2ad7eb..f37ff49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,9 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", brand: "Signature", name: "Grass-fed Ribeye", price: "35,000 RWF", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" }, - { id: "p2", brand: "House", name: "Kigali Sunset", price: "8,000 RWF", rating: 4.8, imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg" }, - { id: "p3", brand: "Starter", name: "Garden Roots", price: "12,000 RWF", rating: 4.9, imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg" } + { id: "p1", brand: "Signature", name: "Grass-fed Ribeye", price: "35,000 RWF", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" }, + { id: "p2", brand: "House", name: "Kigali Sunset", price: "8,000 RWF", rating: 4.8, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg" }, + { id: "p3", brand: "Starter", name: "Garden Roots", price: "12,000 RWF", rating: 4.9, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg" } ]} /> @@ -120,6 +120,7 @@ export default function LandingPage() { description="Answers to frequently asked questions." textboxLayout="split" faqsAnimation="slide-up" + useInvertedBackground={false} faqs={[ { id: "q1", title: "Do I need a reservation?", content: "Yes, we recommend booking in advance." }, { id: "q2", title: "Is there a dress code?", content: "Smart casual or formal preferred." }, @@ -132,6 +133,7 @@ export default function LandingPage() { -- 2.49.1