diff --git a/src/app/page.tsx b/src/app/page.tsx index 7854bf1..a015475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "prod-1", name: "Wireless Noise-Cancelling Headphones", price: "$89.99", variant: "Premium Sound Experience", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg", imageAlt: "modern smartphone latest technology" + id: "prod-1", name: "Wireless Noise-Cancelling Headphones", price: "$89.99", variant: "Premium Sound Experience", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg?_wi=1", imageAlt: "modern smartphone latest technology" }, { id: "prod-2", name: "Ultra-Thin Portable Laptop Stand", price: "$34.99", variant: "Aluminum Construction", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg", imageAlt: "portable laptop computer device" @@ -110,7 +110,7 @@ export default function LandingPage() { id: "prod-11", name: "Business Strategy Masterclass Book", price: "$24.99", variant: "Hardcover Edition", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-pile-books_1098-2958.jpg", imageAlt: "hardcover book novel fiction" }, { - id: "prod-12", name: "Premium Smartphone Case", price: "$19.99", variant: "Military-Grade Protection", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg", imageAlt: "modern smartphone latest technology" + id: "prod-12", name: "Premium Smartphone Case", price: "$19.99", variant: "Military-Grade Protection", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg?_wi=2", imageAlt: "modern smartphone latest technology" } ]} ariaLabel="Featured products grid section" @@ -133,7 +133,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "feature-1", title: "Expert Curation", description: "Handpicked products verified for quality and value", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" }, + id: "feature-1", title: "Expert Curation", description: "Handpicked products verified for quality and value", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=1", imageAlt: "modern e-commerce shopping online store" }, items: [ { icon: CheckCircle, text: "Verified sellers only" }, { icon: Award, text: "Top-rated products" }, @@ -142,7 +142,7 @@ export default function LandingPage() { reverse: false }, { - id: "feature-2", title: "Secure Shopping", description: "Your purchases are protected with Amazon's buyer guarantee", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" }, + id: "feature-2", title: "Secure Shopping", description: "Your purchases are protected with Amazon's buyer guarantee", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=2", imageAlt: "modern e-commerce shopping online store" }, items: [ { icon: Shield, text: "A-to-Z Guarantee" }, { icon: CheckCircle, text: "Secure payment methods" }, @@ -151,7 +151,7 @@ export default function LandingPage() { reverse: true }, { - id: "feature-3", title: "Fast & Easy", description: "Direct links to Amazon with quick checkout and fast shipping", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" }, + id: "feature-3", title: "Fast & Easy", description: "Direct links to Amazon with quick checkout and fast shipping", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=3", imageAlt: "modern e-commerce shopping online store" }, items: [ { icon: Zap, text: "One-click purchasing" }, { icon: CheckCircle, text: "Prime eligible items" },