From 97119ad28d0c76b90fc9e14df0922493693529f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 06:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1