Merge version_1 into main #3
@@ -98,16 +98,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Premium Materials", description: "100% organic cotton and sustainable fabrics for comfort and durability", imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37454.jpg?_wi=1", imageAlt: "Premium textile materials"
|
||||
id: "01", title: "Premium Materials", description: "100% organic cotton and sustainable fabrics for comfort and durability", imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37454.jpg", imageAlt: "Premium textile materials"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Bold Designs", description: "Exclusive graphics and limited editions that set you apart from the crowd", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149733972.jpg?_wi=1", imageAlt: "Creative design process"
|
||||
id: "02", title: "Bold Designs", description: "Exclusive graphics and limited editions that set you apart from the crowd", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149733972.jpg", imageAlt: "Creative design process"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Fast Shipping", description: "Get your gear within 2-3 business days with free shipping on orders over $75", imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37454.jpg?_wi=2", imageAlt: "Fast delivery service"
|
||||
id: "03", title: "Fast Shipping", description: "Get your gear within 2-3 business days with free shipping on orders over $75", imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37454.jpg", imageAlt: "Fast delivery service"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Authentic Culture", description: "Supporting independent artists and streetwear movements worldwide", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149733972.jpg?_wi=2", imageAlt: "Cultural authenticity"
|
||||
id: "04", title: "Authentic Culture", description: "Supporting independent artists and streetwear movements worldwide", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-brutalism-template_23-2149733972.jpg", imageAlt: "Cultural authenticity"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -143,19 +143,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Streetwear Enthusiast", company: "Urban Culture Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", role: "Fashion Designer", company: "Style Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Sophia Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Sophia Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Devonte Williams", role: "Influencer", company: "Street Vibes Media", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Devonte Williams"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Devonte Williams"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alex Martinez", role: "Artist", company: "Creative Kingdom", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Alex Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Alex Martinez"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
id: "4", value: "24", title: "Hours", description: "Average fulfillment time", icon: Zap
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user