7 Commits

Author SHA1 Message Date
90e4038cb1 Update src/app/page.tsx 2026-04-28 00:14:34 +00:00
44fe728a41 Merge version_3 into main
Merge version_3 into main
2026-04-28 00:09:46 +00:00
637b321b17 Update src/app/page.tsx 2026-04-28 00:09:40 +00:00
a5b8caedc0 Merge version_3 into main
Merge version_3 into main
2026-04-28 00:09:16 +00:00
ff05eae023 Update src/app/styles/variables.css 2026-04-28 00:09:13 +00:00
af7a58f139 Update src/app/page.tsx 2026-04-28 00:09:12 +00:00
2b06e8dacd Merge version_2 into main
Merge version_2 into main
2026-04-27 23:43:57 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
inputPlaceholder="Enter your name or message" inputPlaceholder="Enter your name or message"
buttonText="Chat on WhatsApp" buttonText="Chat on WhatsApp"
onSubmit={(email) => window.open('https://wa.me/2348158204093', '_blank')} onSubmit={(message) => window.open(`https://wa.me/2348158204093?text=${encodeURIComponent(message)}`, '_blank')}
/> />
</div> </div>
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #000000;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #FFFFFF;
--primary-cta: #FFD700; --primary-cta: #FFD700;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #ffffff; --secondary-cta: #8B0000;
--secondary-cta-text: #000000; --secondary-cta-text: #000000;
--accent: #FFD700; --accent: #FFD700;
--background-accent: #222222; --background-accent: #8B0000;
/* 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);