Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b388a2c6f9 | |||
| 0dcf929c2f | |||
| 4c1fc8f179 | |||
| f276c38612 | |||
| 2a2cf05658 |
@@ -207,6 +207,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/internet-technology-vertical-banners_1284-48253.jpg"
|
||||
imageAlt="Abstract illustration for contact section"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
tagAnimation="blur-reveal"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By clicking Send Inquiry you're confirming that you agree with our Terms and Conditions."
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user