Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b39b36ae2c | |||
| 31aa8d55b1 | |||
| 85cb29d086 | |||
| 19f84e545b | |||
| 68dd455df1 | |||
| ed99926114 | |||
| eaa9a32680 | |||
| e42f5076bd | |||
| 9fd96b91df | |||
| b8ccd856ad |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user