2 Commits

Author SHA1 Message Date
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

@@ -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://booksy.com/en-us/1739172_johnvault_other_134610_fort-worth?do=invite#ba_s=dl_1" },
{ text: "Get a Free Quote", onClick: handleStartProject }
]}
background={{ variant: "sparkles-gradient" }}
@@ -292,4 +292,4 @@ export default function LandingPage() {
)}
</ThemeProvider>
);
}
}