Compare commits
4 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dd9489bc0a | |||
| 660ba5a608 | |||
| 2911b24426 | |||
| f4c3c3d977 |
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start Project", onClick: handleStartProject
|
||||
text: "Start Project", onClick: handleStartProject, href: "https://calendly.com/jonathan123817"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
logoText="buildex "
|
||||
description="We're a forward-thinking creative web agency specializing in stunning design, powerful development, and strategic branding that drives measurable results for ambitious brands."
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "https://whop.com/biz_bx17qIcoRtzUqB" },
|
||||
{ text: "Start Your Project", href: "https://calendly.com/jonathan123817" },
|
||||
{ text: "View Our Work", href: "#work" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
text="Ready to Transform Your Digital Future?"
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "https://booksy.com/en-us/1739172_johnvault_other_134610_fort-worth?do=invite#ba_s=dl_1" },
|
||||
{ text: "Schedule a Consultation", href: "https://calendly.com/jonathan123817" },
|
||||
{ text: "Get a Free Quote", onClick: handleStartProject }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user