From 8c4fa3d8c88e27150a8a779bb5524d60591d7516 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 087183b..78574be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}