From e42f5076bd493700e53f65627b95102ce28bd470 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:17:01 +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 c58fb08..0516f80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,6 +133,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + ratingClassName="text-[#FBBC05]" testimonials={[ { id: "1", name: "Barbara B.", handle: "Rzeszów", testimonial: "Przyjechał, wszystko kupił sam i załatwił w ekspresowym tempie. Zero stresu.", rating: 5, @@ -198,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1