From 888bc8d5c2e0bc0a6f79435a697eb631b19586da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:01:48 +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 77198e3..263c3e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Solutions" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg", imageAlt: "Business team collaboration" }, { imageSrc: "http://img.b2bpic.net/free-photo/surprised-blonde-woman-looking-computer-screen-enjoying-latte-her-workplace_197531-4961.jpg", imageAlt: "Modern workspace environment" }, @@ -154,7 +154,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform Your Business?" description="Join hundreds of satisfied clients. Sign up for updates and exclusive offers from our team." - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1