From 1466c61708b25921cc2d0941d9b3d171dd10c4f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:05:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b081f2..b278417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { { title: "Built-in Analytics", description: "Track conversions with integrated dashboards.", icon: BarChart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/black-headphones-black-textile_417767-625.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-headphones-black-textile_417767-625.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg" } ] } @@ -94,7 +94,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", brand: "TechAudio", name: "Premium Headphones", price: "$129", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/black-headphones-black-textile_417767-625.jpg" }, + { id: "1", brand: "TechAudio", name: "Premium Headphones", price: "$129", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/black-headphones-black-textile_417767-625.jpg?_wi=2" }, { id: "2", brand: "SmartWear", name: "Titanium Watch", price: "$299", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartwatch-with-blank-screen_23-2147797003.jpg" }, { id: "3", brand: "EnergyGo", name: "Power Bank Pro", price: "$59", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/phone-mobile-connect-battery-power-bank_93675-128462.jpg" }, { id: "4", brand: "HomeIoT", name: "Smart Hub Orb", price: "$89", rating: 4, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg" },