6 Commits

Author SHA1 Message Date
dd9489bc0a Update src/app/page.tsx 2026-03-31 20:44:39 +00:00
660ba5a608 Merge version_9 into main
Merge version_9 into main
2026-03-31 20:43:19 +00:00
2911b24426 Update src/app/page.tsx 2026-03-31 20:43:13 +00:00
f4c3c3d977 Merge version_8 into main
Merge version_8 into main
2026-03-31 20:24:56 +00:00
1880a44f59 Update src/app/page.tsx 2026-03-31 20:24:53 +00:00
80042c280f Merge version_7 into main
Merge version_7 into main
2026-03-31 04:21:45 +00:00

View File

@@ -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", onClick: handleStartProject },
{ text: "Schedule a Consultation", href: "https://calendly.com/jonathan123817" },
{ text: "Get a Free Quote", onClick: handleStartProject }
]}
background={{ variant: "sparkles-gradient" }}
@@ -292,4 +292,4 @@ export default function LandingPage() {
)}
</ThemeProvider>
);
}
}