Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:50:35 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-women-posing-near-old-decorated-car_1153-6207.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-women-posing-near-old-decorated-car_1153-6207.jpg"
imageAlt="Hero collection showcase"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
@@ -52,15 +52,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Chen", handle: "Fashion Enthusiast", testimonial: "The quality and attention to detail is unmatched. Every piece feels premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
},
{
name: "Marcus Johnson", handle: "Style Influencer", testimonial: "Finally found a brand that understands minimalist luxury.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
},
{
name: "Emma Rodriguez", handle: "Fashion Blogger", testimonial: "Their designs have completely transformed my wardrobe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"
}
]}
buttons={[
@@ -84,16 +84,16 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Essential Classic T-Shirt", price: "$49", variant: "White 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg?_wi=1", imageAlt: "Classic t-shirt", isFavorited: false
id: "1", name: "Essential Classic T-Shirt", price: "$49", variant: "White 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg", imageAlt: "Classic t-shirt", isFavorited: false
},
{
id: "2", name: "Elegant Silk Dress", price: "$129", variant: "Black 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg?_wi=1", imageAlt: "Silk dress", isFavorited: false
id: "2", name: "Elegant Silk Dress", price: "$129", variant: "Black 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg", imageAlt: "Silk dress", isFavorited: false
},
{
id: "3", name: "Urban Wool Jacket", price: "$189", variant: "Charcoal 3 Fits", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg?_wi=1", imageAlt: "Wool jacket", isFavorited: false
id: "3", name: "Urban Wool Jacket", price: "$189", variant: "Charcoal 3 Fits", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg", imageAlt: "Wool jacket", isFavorited: false
},
{
id: "4", name: "Premium Denim Jeans", price: "$79", variant: "Indigo Blue 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/collage-photos-with-jeans-close-up_185193-109620.jpg?_wi=1", imageAlt: "Denim jeans", isFavorited: false
id: "4", name: "Premium Denim Jeans", price: "$79", variant: "Indigo Blue 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/collage-photos-with-jeans-close-up_185193-109620.jpg", imageAlt: "Denim jeans", isFavorited: false
}
]}
buttons={[
@@ -118,10 +118,10 @@ export default function LandingPage() {
title: "Premium Materials", description: "Ethically sourced fabrics that feel luxurious and last through seasons.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg?_wi=2", imageAlt: "Premium fabric detail"
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg", imageAlt: "Premium fabric detail"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg?_wi=2", imageAlt: "Material quality"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg", imageAlt: "Material quality"
}
]
},
@@ -129,10 +129,10 @@ export default function LandingPage() {
title: "Timeless Design", description: "Versatile pieces that transcend trends and complement any wardrobe.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg?_wi=2", imageAlt: "Design showcase"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg", imageAlt: "Design showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/collage-photos-with-jeans-close-up_185193-109620.jpg?_wi=2", imageAlt: "Style versatility"
imageSrc: "http://img.b2bpic.net/free-photo/collage-photos-with-jeans-close-up_185193-109620.jpg", imageAlt: "Style versatility"
}
]
},
@@ -140,10 +140,10 @@ export default function LandingPage() {
title: "Fast Shipping", description: "Quick delivery to your door with eco-friendly packaging options.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-women-posing-near-old-decorated-car_1153-6207.jpg?_wi=2", imageAlt: "Delivery service"
imageSrc: "http://img.b2bpic.net/free-photo/young-women-posing-near-old-decorated-car_1153-6207.jpg", imageAlt: "Delivery service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg?_wi=3", imageAlt: "Packaging care"
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-bearded-man_1303-9969.jpg", imageAlt: "Packaging care"
}
]
},
@@ -151,10 +151,10 @@ export default function LandingPage() {
title: "Sustainable Production", description: "Carbon-neutral manufacturing and commitment to environmental responsibility.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg?_wi=3", imageAlt: "Eco-friendly process"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-street_1157-4428.jpg", imageAlt: "Eco-friendly process"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg?_wi=3", imageAlt: "Sustainability commitment"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-red-jacket-waves-goodbye-portrait-from-back-white-wall_346278-957.jpg", imageAlt: "Sustainability commitment"
}
]
}
@@ -179,15 +179,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Jessica Martinez", role: "Fashion Designer", company: "Studio Collective", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
},
{
id: "2", name: "David Thompson", role: "Entrepreneur", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
},
{
id: "3", name: "Olivia Peterson", role: "Marketing Manager", company: "Digital Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"
}
]}
kpiItems={[
@@ -243,7 +243,7 @@ export default function LandingPage() {
{ text: "Contact Support", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>