From 47ce92720bd775f102895a2153820b4a1a5727f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:13:18 +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 05060b7..ffd6480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function LandingPage() { title="STREETIFY YOUR CLOSET" description="Underground streetwear built for the concrete. Raw energy meets functional silhouette." tag="EST. 2025 // DHAKA" - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Call Now", href: "tel:+8801234567890" }, { text: "Message on WhatsApp", href: "https://wa.me/8801234567890" }, @@ -93,10 +93,11 @@ export default function LandingPage() { { value: "2025", title: "EST. DHAKA" }, { value: "∞", title: "UNDERGROUND" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098544.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098544.jpg" imageAlt="Streetify warehouse gallery space" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -147,7 +148,7 @@ export default function LandingPage() { description="Exclusive drops. Street stories. Underground culture. Join the Streetify community and be the first to know about limited releases." background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098544.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098544.jpg" imageAlt="Streetify warehouse culture" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1