Update src/app/page.tsx

This commit is contained in:
2026-04-07 05:13:50 +00:00
parent 5e644a1ca3
commit 88dbd19533

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
<ContactText
text="Lets discuss your family's specific situation."
animationType="entrance-slide"
buttons={[{ text: "Schedule Free Consultation", href: "mailto:hello@palantests.com" }]}
buttons={[{ text: "Schedule Free Consultation", href: "/contact" }]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
/>
@@ -102,4 +102,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}