Merge version_33 into main #48
@@ -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
|
||||
@@ -538,4 +538,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user