Merge version_3 into main #5
@@ -196,7 +196,10 @@ export default function LandingPage() {
|
||||
ctaTitle="Ready to get started?"
|
||||
ctaDescription="Call us at 970-216-3712 or fill out the form to secure your spot today."
|
||||
ctaButton={{
|
||||
text: "Contact Us", href: "#"}}
|
||||
text: "Contact Us", onClick: () => {
|
||||
const element = document.getElementById("contact");
|
||||
element?.scrollIntoView({ behavior: "smooth" });
|
||||
}}},
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user