Merge version_17 into main #22

Merged
bender merged 1 commits from version_17 into main 2026-04-03 17:48:45 +00:00

View File

@@ -156,8 +156,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Book a Call", href: "/contact" },
{ text: "Schedule Call", href: "https://calendly.com" }
{ text: "Start Your Growth", href: "/contact" },
{ text: "Speak with an Expert", href: "https://calendly.com" }
]}
buttonAnimation="slide-up"
/>
@@ -242,4 +242,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}