Update src/app/page.tsx

This commit is contained in:
2026-05-14 21:02:23 +00:00
parent 561f3c754a
commit 8eec83b40c

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
testimonials={[]}
mediaAnimation="blur-reveal"
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
/>
</div>