2 Commits

Author SHA1 Message Date
c95c23490c Update src/app/page.tsx 2026-04-03 17:48:41 +00:00
762c6762e6 Merge version_16 into main
Merge version_16 into main
2026-03-11 02:18:32 +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>
);
}
}