Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90e4038cb1 | |||
| 44fe728a41 | |||
| 637b321b17 | |||
| a5b8caedc0 | |||
| ff05eae023 | |||
| af7a58f139 | |||
| 2b06e8dacd |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user