Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8466421458 | |||
| 237fc022b8 | |||
| 645be82dac | |||
| 8ebeb18cdb | |||
| cf0cdfbe56 | |||
| fc4e8f18f4 | |||
| fc1777c916 | |||
| c980343448 |
@@ -149,6 +149,7 @@ export default function LandingPage() {
|
|||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Your inquiry...", rows: 4, required: true }}
|
textarea={{ name: "message", placeholder: "Your inquiry...", rows: 4, required: true }}
|
||||||
|
buttonText="Send Secure Message"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tv-present-studio-preparing-new-broadcasting-smiling-girl-white-shirt-sitting-table_1157-47912.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/tv-present-studio-preparing-new-broadcasting-smiling-girl-white-shirt-sitting-table_1157-47912.jpg"
|
||||||
imageAlt="modern journalism office workspace"
|
imageAlt="modern journalism office workspace"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #080200;
|
--background: #0a0a0a;
|
||||||
--card: #1a0d0b;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffe6d5;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #ffaa70;
|
--primary-cta: #ff0000;
|
||||||
--primary-cta-text: #080200;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #170b07;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #ffe6d5;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #7b5e4a;
|
--accent: #991b1b;
|
||||||
--background-accent: #b8541e;
|
--background-accent: #7f1d1d;
|
||||||
|
|
||||||
/* 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