5 Commits

Author SHA1 Message Date
704ce8ffd0 Merge version_3 into main
Merge version_3 into main
2026-06-03 11:42:54 +00:00
9bf1c3146e Update src/app/styles/variables.css 2026-06-03 11:42:51 +00:00
e93f6c7b1d Update src/app/styles/base.css 2026-06-03 11:42:50 +00:00
f403e64bb0 Update src/app/page.tsx 2026-06-03 11:42:50 +00:00
6e672317cc Merge version_2 into main
Merge version_2 into main
2026-06-03 11:35:46 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -173,7 +173,7 @@ export default function LandingPage() {
{ name: "subject", type: "text", placeholder: "Subject", required: true }
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
useInvertedBackground={false}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-psd/modern-3d-chat-bubble-icon_84443-82910.jpg"
imageAlt="Futuristic support interface"
mediaPosition="right"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-press-start-2p), cursive;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0A0A0A;
--card: #1F1F1F;
--foreground: #E0E0E0;
--primary-cta: #FFD700;
--primary-cta-text: #1A1A1A;
--secondary-cta: #10B981;
--secondary-cta-text: #FFFFFF;
--accent: #10B981;
--background-accent: #0F2C24;
--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;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);