From 24ec3649156ce9d645f668befedbcd8bc3e34786 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:10:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a15323..aaa1ce1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -49,13 +49,13 @@ export default function LandingPage() { tag="New Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "animated-grid" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=1", imageAlt: "Premium leather belt showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Premium leather belt showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-felt-jewelry-display_23-2150329659.jpg", imageAlt: "Black leather belt with metallic buckle" }, { imageSrc: "http://img.b2bpic.net/free-photo/color-zippers-arrangement-high-angle_23-2149345119.jpg", imageAlt: "Colorful belt collection display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg?_wi=1", imageAlt: "Braided premium leather belt" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=2", imageAlt: "Classic belt design detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg", imageAlt: "Braided premium leather belt" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Classic belt design detail" } ]} mediaAnimation="slide-up" buttons={[ @@ -94,13 +94,13 @@ export default function LandingPage() {