diff --git a/src/app/page.tsx b/src/app/page.tsx index d6a5da8..86389e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,13 +100,13 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: "1", title: "Clear Pricing", description: "Every item shows exactly what you pay. No surprise charges at checkout. Price is final after taxes.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Clear pricing display"}, + id: "1", title: "Clear Pricing", description: "Every item shows exactly what you pay. No surprise charges at checkout. Price is final after taxes.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Clear pricing display"}, { - id: "2", title: "Easy Returns", description: "30-day hassle-free returns. No questions asked. We cover return shipping. Your satisfaction guaranteed.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Easy returns process"}, + id: "2", title: "Easy Returns", description: "30-day hassle-free returns. No questions asked. We cover return shipping. Your satisfaction guaranteed.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Easy returns process"}, { - id: "3", title: "Authentic Products", description: "100% genuine streetwear. Direct from verified manufacturers. We verify every piece before dispatch.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Authentic product verification"}, + id: "3", title: "Authentic Products", description: "100% genuine streetwear. Direct from verified manufacturers. We verify every piece before dispatch.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Authentic product verification"}, { - id: "4", title: "Accurate Sizing", description: "Detailed size charts with real measurements. Customer fit feedback on every product. No guessing required.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Accurate sizing guide"}, + id: "4", title: "Accurate Sizing", description: "Detailed size charts with real measurements. Customer fit feedback on every product. No guessing required.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Accurate sizing guide"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up"