6 Commits

Author SHA1 Message Date
4a3f7df1da Update src/app/page.tsx 2026-04-23 09:02:06 +00:00
3a507cd569 Merge version_2 into main
Merge version_2 into main
2026-04-23 09:00:24 +00:00
c3c084af07 Update theme colors 2026-04-23 09:00:18 +00:00
9e966f5227 Merge version_1 into main
Merge version_1 into main
2026-04-23 08:58:46 +00:00
056899fe03 Merge version_1 into main
Merge version_1 into main
2026-04-23 08:58:19 +00:00
507299e02f Merge version_1 into main
Merge version_1 into main
2026-04-23 08:57:46 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email", required: true },
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true }}
buttonText="Submit"
buttonText="Start Your Project"
imageSrc="http://img.b2bpic.net/free-photo/software-web-developer-coding-html-script-with-online-cloud-server-programming-firewall-security-learning-new-user-interface-terminal-window-with-code-language-application_482257-48034.jpg"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);