1 Commits

Author SHA1 Message Date
f63b41151f Update src/app/page.tsx 2026-03-17 06:52:18 +00:00

View File

@@ -109,7 +109,10 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "Explore Services", href: "#contact" }]}
buttons={[
{ text: "Schedule Consultation", href: "#contact" },
{ text: "Explore Services", href: "#contact" }
]}
buttonAnimation="blur-reveal"
/>
</div>