From 0e228fc0115a5d5856aaf470d77bdb228387a1ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 10:30:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 892a732..a87638c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,16 +67,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "prod-1", name: "Premium Wireless Headphones", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg", imageAlt: "Wireless headphones", initialQuantity: 1 + id: "prod-1", name: "Premium Wireless Headphones", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg?_wi=1", imageAlt: "Wireless headphones", initialQuantity: 1 }, { - id: "prod-2", name: "Luxury Home Diffuser", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg", imageAlt: "Luxury diffuser", initialQuantity: 1 + id: "prod-2", name: "Luxury Home Diffuser", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=1", imageAlt: "Luxury diffuser", initialQuantity: 1 }, { - id: "prod-3", name: "Designer Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", imageAlt: "Designer watch", initialQuantity: 1 + id: "prod-3", name: "Designer Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg?_wi=1", imageAlt: "Designer watch", initialQuantity: 1 }, { - id: "prod-4", name: "Fitness Smart Band", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg", imageAlt: "Smart fitness band", initialQuantity: 1 + id: "prod-4", name: "Fitness Smart Band", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg?_wi=1", imageAlt: "Smart fitness band", initialQuantity: 1 }, { id: "prod-5", name: "USB-C Hub Pro", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg", imageAlt: "USB-C hub", initialQuantity: 1 @@ -103,16 +103,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Trusted Brands", description: "Only curated products from verified retailers and premium brands.", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg", imageAlt: "Trusted brands" + title: "Trusted Brands", description: "Only curated products from verified retailers and premium brands.", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg?_wi=2", imageAlt: "Trusted brands" }, { - title: "Best Prices", description: "Exclusive deals and competitive pricing on every product category.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg", imageAlt: "Best prices" + title: "Best Prices", description: "Exclusive deals and competitive pricing on every product category.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=2", imageAlt: "Best prices" }, { - title: "Easy Shopping", description: "One-click purchase links direct to trusted retailers for quick checkout.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", imageAlt: "Easy shopping" + title: "Easy Shopping", description: "One-click purchase links direct to trusted retailers for quick checkout.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg?_wi=2", imageAlt: "Easy shopping" }, { - title: "Earn Commissions", description: "Generate passive income by sharing products with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg", imageAlt: "Earn commissions" + title: "Earn Commissions", description: "Generate passive income by sharing products with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg?_wi=2", imageAlt: "Earn commissions" } ]} gridVariant="two-columns-alternating-heights"