diff --git a/src/app/page.tsx b/src/app/page.tsx index 19bf929..db53cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"