Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:32:10 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
background="sparkles-gradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Elevate Your Performance"
description="Experience premium athletic wear designed for champions. Bold designs, superior comfort, and cutting-edge technology to fuel your best performance."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="New Collection"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -69,7 +69,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "AthleteGear", name: "Pro Performance Hoodie", price: "$89.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=1", imageAlt: "Pro Performance Hoodie"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Pro Performance Hoodie"},
{
id: "2", brand: "AthleteGear", name: "Ultra Running Shorts", price: "$59.99", rating: 5,
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-her-leg_23-2148235754.jpg", imageAlt: "Ultra Running Shorts"},
@@ -78,7 +78,7 @@ export default function LandingPage() {
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wireless-earphones-white-cap-dreamily-looking-aside-while-spending-time-treadmill-stadium_574295-5567.jpg", imageAlt: "Champion Training Tee"},
{
id: "4", brand: "AthleteGear", name: "Elite Sports Jacket", price: "$129.99", rating: 5,
reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=2", imageAlt: "Elite Sports Jacket"},
reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Elite Sports Jacket"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"