From f032078c107856985ca78a3b410dd341e1dc929e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b487f41..f8f295e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function LandingPage() { description="Discover the world's most authentic and exclusive soccer jerseys from legendary clubs and national teams. Shop premium kits from your favorite teams today." tag="Authentic Collections" tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg", imageAlt: "Premium soccer jersey collection"}, @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-sport-league-together_53876-42589.jpg", imageAlt: "New release soccer jerseys"}, { - imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "TrueKitFC online store"}, + imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg", imageAlt: "TrueKitFC online store"}, ]} buttons={[ { text: "Shop Now", href: "#products" }, @@ -96,9 +96,10 @@ export default function LandingPage() { { value: "50K+", title: "Happy Customers Worldwide" }, { value: "500+", title: "Authentic Jersey Designs" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg" imageAlt="TrueKitFC store interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1