Compare commits
5 Commits
version_32
...
version_34
| Author | SHA1 | Date | |
|---|---|---|---|
| e54607bce9 | |||
| 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;;
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1c1c1c;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #001122;;
|
||||
--accent: #a8cce8;;
|
||||
--background-accent: #7ba3cf;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #e63946;;
|
||||
--background-accent: #e8bea8;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user