Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-05 19:17:04 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}