From 9862df07c7a01c77af265e14582c62f6a6dcb788 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:09:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fc2b1f..aa5f6e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function HomePage() { products={[ { id: "1", brand: "EchoTech", name: "Premium Wireless Headphones", price: "$149.99", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Premium wireless headphones", isFavorited: false, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=1", imageAlt: "Premium wireless headphones", isFavorited: false, }, { id: "2", brand: "StyleCraft", name: "Classic Canvas Backpack", price: "$89.99", rating: 5, @@ -161,11 +161,11 @@ export default function HomePage() { }, { id: "3", brand: "LuxeHome", name: "Ergonomic Office Chair", price: "$299.99", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Ergonomic office chair", isFavorited: false, + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=1", imageAlt: "Ergonomic office chair", isFavorited: false, }, { id: "4", brand: "EchoTech", name: "Portable Phone Charger", price: "$34.99", rating: 5, - reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Portable phone charger", isFavorited: false, + reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=2", imageAlt: "Portable phone charger", isFavorited: false, }, ]} gridVariant="four-items-2x2-equal-grid" @@ -228,7 +228,7 @@ export default function HomePage() { title: "24/7 Support", description: "Our dedicated customer support team is available around the clock to help you with any questions or concerns.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support team", button: { text: "Contact Us", href: "/contact" }, }, { - title: "Quality Guarantee", description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Quality guarantee seal", button: { text: "Learn More", href: "#" }, + title: "Quality Guarantee", description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=2", imageAlt: "Quality guarantee seal", button: { text: "Learn More", href: "#" }, }, ]} gridVariant="two-columns-alternating-heights"