From b201dee46fceb4e774fbf6b43e7702b4fc8b25ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:23:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c676bcf..01f5286 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,10 +46,10 @@ export default function LandingPage() { title="Custom Work Done Right On Time" description="Latino-owned embroidery and custom apparel led by Carlos—trusted for quality, speed, and getting it done when others can't." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg", imageAlt: "Embroidery process" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg?_wi=1", imageAlt: "Embroidery process" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Branded clothing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=1", imageAlt: "Branded clothing" }, ]} buttons={[{ text: "Start Your Project", href: "#contact" }]} /> @@ -65,7 +65,7 @@ export default function LandingPage() { { value: "100%", title: "Artistic Dedication" }, { value: "24h", title: "Rush Turnaround" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg?_wi=2" imageAlt="Textile arts and cultural patterns" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -78,7 +78,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding."], imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Embroidered floral texture" }, + { id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding."], imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=2", imageAlt: "Embroidered floral texture" }, ]} title="Our Heritage approach" description="We value the art of embroidery." @@ -94,7 +94,7 @@ export default function LandingPage() { title="Artisanal Apparel Selection" description="Browse our collection, featuring textures and patterns influenced by global design heritages." products={[ - { id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg" }, + { id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=3" }, ]} /> -- 2.49.1