diff --git a/src/app/page.tsx b/src/app/page.tsx index 88cd759..1402a29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,9 @@ export default function LandingPage() { title="Featured Products" description="Discover our most popular items and best sellers" products={[ - { id: "1", name: "Premium Grocery Bundle", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-top_23-2147700600.jpg", imageAlt: "Grocery Bundle", initialQuantity: 1 }, + { id: "1", name: "Premium Grocery Bundle", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-top_23-2147700600.jpg?_wi=1", imageAlt: "Grocery Bundle", initialQuantity: 1 }, { id: "2", name: "Fresh Produce Selection", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fruits-vegetables-shopping-bag-supermarket_169016-19948.jpg", imageAlt: "Fresh Produce", initialQuantity: 1 }, - { id: "3", name: "Household Essentials Pack", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-top_23-2147700600.jpg", imageAlt: "Household Essentials", initialQuantity: 1 } + { id: "3", name: "Household Essentials Pack", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-top_23-2147700600.jpg?_wi=2", imageAlt: "Household Essentials", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -138,10 +138,10 @@ export default function LandingPage() { description="Real stories from our loyal community members" testimonials={[ { id: "1", name: "Sarah Martinez", handle: "@sarah_loves_shopping", testimonial: "Best general store in town! Quality products at unbeatable prices. The staff is always friendly and helpful. I recommend it to everyone!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Martinez" }, - { id: "2", name: "Michael Johnson", handle: "@mike_everyday_deals", testimonial: "Been shopping here for 5 years. Consistently great selection and the membership rewards program saves me so much money every month.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Michael Johnson" }, + { id: "2", name: "Michael Johnson", handle: "@mike_everyday_deals", testimonial: "Been shopping here for 5 years. Consistently great selection and the membership rewards program saves me so much money every month.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Michael Johnson" }, { id: "3", name: "Emily Chen", handle: "@family_shopper_emily", testimonial: "Everything I need in one place! From groceries to household items. The online ordering and delivery service is a lifesaver.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Emily Chen" }, { id: "4", name: "David Rodriguez", handle: "@local_community_david", testimonial: "Love that they support local farmers and suppliers. The quality is noticeably better than chain stores. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Rodriguez" }, - { id: "5", name: "Jennifer Lee", handle: "@jen_smart_shopping", testimonial: "The app makes shopping so convenient. Great deals, fast checkout, and rewards accumulate quickly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Jennifer Lee" }, + { id: "5", name: "Jennifer Lee", handle: "@jen_smart_shopping", testimonial: "The app makes shopping so convenient. Great deals, fast checkout, and rewards accumulate quickly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Jennifer Lee" }, { id: "6", name: "Robert Thompson", handle: "@robert_loyal_customer", testimonial: "Customer service is exceptional. They know me by name and always go the extra mile. This is a store that truly values its customers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Robert Thompson" } ]} animationType="slide-up"