From a86a27270437d2f3292115477592578c0e9a1c82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 13:01:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 534ac1e..1f7248f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,7 @@ export default function LandingPage() { description="Simple, transparent pricing for all our signature bowls." animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" plans={[ { id: "1", badge: "Essential", price: "5,000 RWF", subtitle: "Base Bowl", features: ["Choice of 1 base", "Choice of 3 toppings", "Choice of 1 sauce"] }, { id: "2", badge: "Popular", price: "8,000 RWF", subtitle: "Protein Bowl", features: ["Includes 1 Premium Protein", "Choice of base", "Choice of 5 toppings", "Choice of 2 sauces"] }, @@ -114,6 +115,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + showRating={true} testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarahkigali", testimonial: "Fresh, fast, and exactly what I needed for lunch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg" }, { id: "2", name: "Mark D.", handle: "@markfoodie", testimonial: "Best salad bowl in town. Great service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pretty-girl-taking-selfie_23-2148225700.jpg" }, @@ -121,7 +123,6 @@ export default function LandingPage() { { id: "4", name: "David L.", handle: "@davidkigali", testimonial: "Love the build-your-own options. Always fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" }, { id: "5", name: "Chloe M.", handle: "@chloelunches", testimonial: "Quick service and really friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006621.jpg" }, ]} - showRating={true} title="Customer Reviews" description="See why our customers love our fresh, healthy bowls." /> -- 2.49.1