Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:17:39 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Discover Your Perfect Style"
description="Curated collections of premium clothing for the modern wardrobe. Explore timeless pieces and contemporary designs from emerging and established brands."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="New Collection"
tagIcon={Sparkles}
buttons={[
@@ -68,7 +68,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Premium Cotton T-Shirt", price: "$45", variant: "White, Black, Grey 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17754.jpg?_wi=1", imageAlt: "Premium cotton t-shirt", isFavorited: false,
id: "1", name: "Premium Cotton T-Shirt", price: "$45", variant: "White, Black, Grey 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17754.jpg", imageAlt: "Premium cotton t-shirt", isFavorited: false,
},
{
id: "2", name: "Casual Linen Dress", price: "$89", variant: "Beige, Navy, Cream 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-two-young-stylish-hippie-brunette-blond-women-models-summer-sunny-day-white-hipster-clothes-posing-no-makeup_158538-14568.jpg", imageAlt: "Casual linen dress", isFavorited: false,
@@ -95,7 +95,7 @@ export default function LandingPage() {
{
id: "02", title: "Quality Assured", description: "Every item is verified for quality, fit, and authentic craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329651.jpg", imageAlt: "Quality assurance process"},
{
id: "03", title: "Fast Shipping", description: "Quick and reliable delivery to get your new favorites delivered within 3-5 business days", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17754.jpg?_wi=2", imageAlt: "Fast shipping service"},
id: "03", title: "Fast Shipping", description: "Quick and reliable delivery to get your new favorites delivered within 3-5 business days", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17754.jpg", imageAlt: "Fast shipping service"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"