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 },