diff --git a/src/app/page.tsx b/src/app/page.tsx index e66187c..22ac883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "See Our Work", href: "#work" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Jaxai Web transformed our online presence. We went from no leads to consistent client inquiries within 3 months.", rating: 5, @@ -238,7 +238,7 @@ export default function LandingPage() { { text: "Schedule Discovery Call", href: "mailto:hello@jaxaiweb.com" }, { text: "Email Us", href: "mailto:hello@jaxaiweb.com" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} animationType="entrance-slide" />