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 } { name: "subject", type: "text", placeholder: "Subject", required: true }
]} ]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, 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" imageSrc="http://img.b2bpic.net/free-psd/modern-3d-chat-bubble-icon_84443-82910.jpg"
imageAlt="Futuristic support interface" imageAlt="Futuristic support interface"
mediaPosition="right" mediaPosition="right"

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0A0A0A; --background: #000000;
--card: #1F1F1F; --card: #1f4035;
--foreground: #E0E0E0; --foreground: #ffffff;
--primary-cta: #FFD700; --primary-cta: #ffffff;
--primary-cta-text: #1A1A1A; --primary-cta-text: #051a12;
--secondary-cta: #10B981; --secondary-cta: #0d2b1f;
--secondary-cta-text: #FFFFFF; --secondary-cta-text: #d4f6e8;
--accent: #10B981; --accent: #0d5238;
--background-accent: #0F2C24; --background-accent: #10b981;
/* 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);