4 Commits

Author SHA1 Message Date
d53f7e4fb9 Update theme colors 2026-03-05 04:02:27 +00:00
1c0302f3d3 Update theme colors 2026-03-05 04:02:06 +00:00
709b74d50b Update src/app/page.tsx 2026-03-05 04:00:14 +00:00
21f2f276c3 Merge version_1 into main
Merge version_1 into main
2026-03-05 03:58:47 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -158,7 +158,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your digital presence with fluid motion design? Let's create something extraordinary together that captivates your audience."
text="Transform your digital presence with fluid motion design."
animationType="background-highlight"
buttons={[
{ text: "Begin Your Journey", href: "#" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);