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