From c456248d3626d8f32e50c80ef6d63d564393773b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:28:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d44899..5c9061d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Select Base Product", description: "Choose from our wide range of premium blank merchandise - t-shirts, hoodies, totes, and more.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 1: Select product", buttonIcon: ArrowRight + title: "Select Base Product", description: "Choose from our wide range of premium blank merchandise - t-shirts, hoodies, totes, and more.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=1", imageAlt: "Step 1: Select product", buttonIcon: ArrowRight }, { - title: "Design Your Piece", description: "Use our design tool to add custom prints, colors, and personalization. Upload your own artwork or browse our Indian-inspired design library.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 2: Design customization", buttonIcon: ArrowRight + title: "Design Your Piece", description: "Use our design tool to add custom prints, colors, and personalization. Upload your own artwork or browse our Indian-inspired design library.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=2", imageAlt: "Step 2: Design customization", buttonIcon: ArrowRight }, { - title: "Order & Receive", description: "Review your design, place your order, and we'll craft and ship your custom merchandise directly to your door.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 3: Order placement", buttonIcon: ShoppingCart + title: "Order & Receive", description: "Review your design, place your order, and we'll craft and ship your custom merchandise directly to your door.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=3", imageAlt: "Step 3: Order placement", buttonIcon: ShoppingCart }, { - title: "Quality Guaranteed", description: "Every item goes through rigorous quality checks to ensure vibrant colors, durable prints, and premium materials.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Quality assurance", buttonIcon: CheckCircle + title: "Quality Guaranteed", description: "Every item goes through rigorous quality checks to ensure vibrant colors, durable prints, and premium materials.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=4", imageAlt: "Quality assurance", buttonIcon: CheckCircle } ]} /> -- 2.49.1