From 6d9e008dec6a466cc412ed73c2e6b392a8ab591e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:18:43 +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 1a295c4..75e97bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { description="Premium branded clothes for businesses, schools, teams, events and fashion lovers." buttons={[{ text: "Shop Now", href: "#products" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "professional branded apparel clothing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg", imageAlt: "custom printed cotton t-shirt" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=1", imageAlt: "professional branded apparel clothing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg?_wi=1", imageAlt: "custom printed cotton t-shirt" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155405.jpg", imageAlt: "stylish custom logo hoodie" } ]} mediaAnimation="slide-up" @@ -89,8 +89,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { tag: "Quality", title: "Premium Materials", subtitle: "Top-tier fabrics", description: "We only use the best textiles for our custom products.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-trucker-hats_23-2149412769.jpg", imageAlt: "modern adjustable branded cap" }, - { tag: "Speed", title: "Fast Turnaround", subtitle: "Quick delivery", description: "Your brand deserves to be seen without delay.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "modern adjustable branded cap" }, - { tag: "Support", title: "Expert Design", subtitle: "Pro support", description: "Our design team helps bring your ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg", imageAlt: "modern adjustable branded cap" } + { tag: "Speed", title: "Fast Turnaround", subtitle: "Quick delivery", description: "Your brand deserves to be seen without delay.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=2", imageAlt: "modern adjustable branded cap" }, + { tag: "Support", title: "Expert Design", subtitle: "Pro support", description: "Our design team helps bring your ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448729.jpg?_wi=2", imageAlt: "modern adjustable branded cap" } ]} title="Why Choose Us" description="We deliver excellence through quality branding." -- 2.49.1