From 9804e6e4f8289a4ee2df89fb01d64237c81eb4fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 01:28:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e226b1..b45ef07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,6 +112,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} showRating={true} + ratingClassName="text-yellow-500" testimonials={[ { id: "1", name: "Juan Pérez", handle: "@juanperez", testimonial: "Comida excelente y ambiente muy cálido, 100% recomendable.", rating: 5 }, { id: "2", name: "Ana Gómez", handle: "@anagomez", testimonial: "La atención de primera, volveré sin dudas.", rating: 5 },