diff --git a/src/app/page.tsx b/src/app/page.tsx index e5adfe4..8d39509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -181,7 +181,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="fade" + animationType="blur-reveal" kpiItems={[ { value: "98%", label: "Client Satisfaction" }, { value: "95%", label: "On-Time Delivery" }, @@ -224,7 +224,7 @@ export default function LandingPage() { description="Get in touch to discuss your next project. We'd love to bring your vision to life." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Send Message"