From 6689ac9d76326a725eed4b5ab476da9271539408 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:38:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79a9c87..c54029d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,13 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "silk fabric close up texture" + id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=1", imageAlt: "silk fabric close up texture" }, { - id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "linen fabric texture detail" + id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=1", imageAlt: "linen fabric texture detail" }, { - id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "wool blend fabric texture" + id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=1", imageAlt: "wool blend fabric texture" }, { id: "silk-blend", name: "Silk Blend", price: "$42.99", variant: "Silk Mix", imageSrc: "http://img.b2bpic.net/free-photo/crumpled-up-golden-foil-background_23-2148846097.jpg", imageAlt: "silk blend premium fabric" @@ -120,15 +120,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "Quality check icon" + title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=2", imageAlt: "Quality check icon" }, { id: 2, - title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "Quality seal icon" + title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=2", imageAlt: "Quality seal icon" }, { id: 3, - title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "Shipping icon" + title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=2", imageAlt: "Shipping icon" } ]} ariaLabel="Feature highlights section" -- 2.49.1