Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:37:23 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="New Arrivals"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg"
imageAlt="Premium sneaker collection"
buttons={[
@@ -98,16 +98,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Authentic Products", description: "100% guaranteed authentic sneakers from official retailers and verified suppliers worldwide.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Authentic Products"
id: "1", title: "Authentic Products", description: "100% guaranteed authentic sneakers from official retailers and verified suppliers worldwide.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Authentic Products"
},
{
id: "2", title: "Fast Shipping", description: "Free shipping on orders over $100. Standard delivery in 3-5 business days with tracking.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Fast Shipping"
id: "2", title: "Fast Shipping", description: "Free shipping on orders over $100. Standard delivery in 3-5 business days with tracking.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Fast Shipping"
},
{
id: "3", title: "Expert Curation", description: "Hand-selected sneakers by our team of footwear enthusiasts and style experts.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Expert Curation"
id: "3", title: "Expert Curation", description: "Hand-selected sneakers by our team of footwear enthusiasts and style experts.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Expert Curation"
},
{
id: "4", title: "Easy Returns", description: "30-day hassle-free returns policy. If it doesn't fit, send it back with no questions asked.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Easy Returns"
id: "4", title: "Easy Returns", description: "30-day hassle-free returns policy. If it doesn't fit, send it back with no questions asked.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Easy Returns"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -133,23 +133,23 @@ export default function LandingPage() {
},
{
id: "2", name: "Maria Chen", role: "Athlete", company: "Running Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Maria Chen testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Maria Chen testimonial"
},
{
id: "3", name: "James Wilson", role: "Designer", company: "Creative Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "James Wilson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Wilson testimonial"
},
{
id: "4", name: "Sofia Martinez", role: "Fashion Influencer", company: "Style & Comfort", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Sofia Martinez testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sofia Martinez testimonial"
},
{
id: "5", name: "David Lee", role: "Basketball Coach", company: "Sports Academy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=4", imageAlt: "David Lee testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Lee testimonial"
},
{
id: "6", name: "Emma Thompson", role: "Casual Buyer", company: "Fashion Forward", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=5", imageAlt: "Emma Thompson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Emma Thompson testimonial"
}
]}
kpiItems={[
@@ -191,7 +191,7 @@ export default function LandingPage() {
{ text: "Browse Collection", href: "products" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>
</div>