2 Commits

Author SHA1 Message Date
b645c91002 Update src/app/page.tsx 2026-04-17 16:02:25 +00:00
05483888bb Merge version_3 into main
Merge version_3 into main
2026-04-17 16:01:46 +00:00

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated"}}
text="Ready to decode your success? Reach out today."
text="Ready to decode your success? Schedule a free 15-minute diagnostic call today."
buttons={[
{
text: "Inquire Now", href: "mailto:info@psychos.com"},
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}