Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:13:22 +00:00

View File

@@ -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"
/>
</div>
@@ -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"