Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 240788f113 | |||
| 8b32ad274d | |||
| 69583b0ed8 |
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
|||||||
{ text: "קבלו הוראות הגעה", href: "https://maps.google.com/?q=פריקסה+חיימיקו+ראש+העין" }
|
{ text: "קבלו הוראות הגעה", href: "https://maps.google.com/?q=פריקסה+חיימיקו+ראש+העין" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
animationType="reveal-blur"
|
animationType="entrance-slide"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -154,4 +154,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fffafa;
|
--background: #fcf6ec;
|
||||||
--card: #fff7f7;
|
--card: #f3ede2;
|
||||||
--foreground: #1a0000;
|
--foreground: #2e2521;
|
||||||
--primary-cta: #e63946;
|
--primary-cta: #2e2521;
|
||||||
--primary-cta-text: #fffafa;
|
--primary-cta-text: #fcf6ec;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1a0000;
|
--secondary-cta-text: #2e2521;
|
||||||
--accent: #f5c4c7;
|
--accent: #b2a28b;
|
||||||
--background-accent: #f09199;
|
--background-accent: #b2a28b;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user