9 Commits

Author SHA1 Message Date
8466421458 Update src/app/page.tsx 2026-04-20 19:03:02 +00:00
237fc022b8 Merge version_3 into main
Merge version_3 into main
2026-04-20 18:59:58 +00:00
645be82dac Update src/app/page.tsx 2026-04-20 18:59:55 +00:00
8ebeb18cdb Merge version_3 into main
Merge version_3 into main
2026-04-20 18:50:28 +00:00
cf0cdfbe56 Update theme colors 2026-04-20 18:50:25 +00:00
fc4e8f18f4 Merge version_2 into main
Merge version_2 into main
2026-04-20 18:50:00 +00:00
78e72fc930 Update theme colors 2026-04-20 18:49:57 +00:00
fc1777c916 Merge version_1 into main
Merge version_1 into main
2026-04-20 18:39:39 +00:00
c980343448 Merge version_1 into main
Merge version_1 into main
2026-04-20 18:39:09 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -149,6 +149,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Your Email", 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"
imageAlt="modern journalism office workspace"
mediaAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);