From 919704610901cd473b96d12424f234c38befc430 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 03:20:29 +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 75a88bc..d0b1cf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Welcome to ShopHub" tagIcon={ShoppingCart} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/revolutionary-business-banner-design-templates-with-multicolored-office-background_1097-1098.jpg", imageAlt: "Featured product showcase one" @@ -305,7 +305,7 @@ export default function LandingPage() { description="Join thousands of satisfied customers. Subscribe to our newsletter for exclusive offers and product launches." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Subscribe Now" -- 2.49.1