Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:56:26 +00:00
parent 50244e40bb
commit da5a84a9ec

View File

@@ -85,6 +85,7 @@ export default function LandingPage() {
]} ]}
title="Supporting Your Emotional Journey" title="Supporting Your Emotional Journey"
description="Professional support designed for your specific needs." description="Professional support designed for your specific needs."
buttons={[{ text: "Book an Appointment", href: "#contact" }]}
/> />
</div> </div>
@@ -172,4 +173,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }