Compare commits
8 Commits
version_32
...
version_35
| Author | SHA1 | Date | |
|---|---|---|---|
| 773dad4e11 | |||
| b1c0aa699b | |||
| e54607bce9 | |||
| 795291914b | |||
| 83578d1a62 | |||
| 70c9a13179 | |||
| f7465ba933 | |||
| 7213f0e4d2 |
@@ -362,7 +362,7 @@ export default function LandingPage() {
|
||||
|
||||
<div className="flex flex-col gap-4 max-w-lg mx-auto">
|
||||
<button
|
||||
onClick={() => window.open('https://calendly.com', '_blank')}
|
||||
onClick={() => window.open('https://calendly.com/randorfalconer-/chat-intro-with-randor', '_blank')}
|
||||
className="w-full py-4 px-6 bg-gradient-to-r from-primary-cta to-accent text-primary-cta-text font-black rounded-full hover:opacity-90 transition-opacity text-lg shadow-lg"
|
||||
>
|
||||
Schedule a Call
|
||||
@@ -477,7 +477,7 @@ export default function LandingPage() {
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
contentClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 items-center"
|
||||
mediaWrapperClassName="order-2 md:order-1"
|
||||
faqsContainerClassName="order-1 md:order-2"
|
||||
faqsContainerClassName="order-1 md:order-2 space-y-0"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -538,4 +538,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #684f7b;;
|
||||
--background-accent: #65417c;; */
|
||||
|
||||
--background: #f5faff;;
|
||||
--card: #f1f8ff;;
|
||||
--foreground: #001122;;
|
||||
--primary-cta: #15479c;;
|
||||
--primary-cta-text: #f5faff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #001122;;
|
||||
--accent: #a8cce8;;
|
||||
--background-accent: #7ba3cf;;
|
||||
--background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #e63946;;
|
||||
--primary-cta: #e63946;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--secondary-cta-text: #e63946;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #ff7a7a;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user