6 Commits

Author SHA1 Message Date
31aa8d55b1 Update theme colors 2026-04-05 19:21:27 +00:00
19f84e545b Update theme colors 2026-04-05 19:21:01 +00:00
ed99926114 Update theme colors 2026-04-05 19:20:41 +00:00
e42f5076bd Update src/app/page.tsx 2026-04-05 19:17:01 +00:00
9fd96b91df Merge version_1 into main
Merge version_1 into main
2026-04-05 19:06:11 +00:00
b8ccd856ad Merge version_1 into main
Merge version_1 into main
2026-04-05 19:05:44 +00:00
2 changed files with 6 additions and 5 deletions

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>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612;
--primary-cta: #15479c;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #15479c;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);