Update src/app/page.tsx
This commit is contained in:
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Let’s 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user