Update src/app/page.tsx

This commit is contained in:
2026-03-08 00:09:43 +00:00
parent e64d0c1439
commit 6b3eabc71d

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -185,7 +185,7 @@ export default function LandingPage() {
{ text: "Book Online", href: "https://calendly.com" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>