Update src/app/page.tsx

This commit is contained in:
2026-03-14 19:18:19 +00:00
parent 9870d0b8e9
commit b4e1cbaf7d

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumSizeLargeTitles"
background={{ variant: "animated-grid" }}
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -270,7 +270,7 @@ export default function LandingPage() {
text="Ready to distract your market?"
animationType="background-highlight"
buttons={[{ text: "Get a quote", href: "#contact" }]}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
containerClassName="max-w-7xl mx-auto px-6 py-16"
contentClassName="text-center py-12"