Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb40463d64 | |||
| 6f008fe9f5 | |||
| c3fcc05938 | |||
| a1958f65e4 | |||
| acd485aa1a | |||
| 3d159e1ee8 | |||
| a89d63557b |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mint-white-foam-dark-water_23-2147797991.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg?id=17247761"
|
||||
imageAlt="Luxury car being detailed with premium water and foam"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
tag="Excellence"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mint-white-foam-dark-water_23-2147797991.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg?id=17247761"
|
||||
imageAlt="Premium mobile car detailing service"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #000000;
|
||||
--background-accent: #e8e8e8;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user