From 11ea5a34c2bd19869627aeb046d7c47ca2aa8db6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:25:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bc9efa..47036ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,17 +80,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "TSM AirBuds Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg"}, + id: "p1", name: "TSM AirBuds Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg?_wi=1"}, { - id: "p2", name: "TSM Studio X", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"}, + id: "p2", name: "TSM Studio X", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg?_wi=1"}, { - id: "p3", name: "TSM NeckFlow", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg"}, + id: "p3", name: "TSM NeckFlow", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg?_wi=1"}, { - id: "p4", name: "TSM Sport Buds", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg"}, + id: "p4", name: "TSM Sport Buds", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074259.jpg?_wi=2"}, { - id: "p5", name: "TSM Wireless Elite", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg"}, + id: "p5", name: "TSM Wireless Elite", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-28.jpg?_wi=2"}, { - id: "p6", name: "TSM Travel Band", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg"}, + id: "p6", name: "TSM Travel Band", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/earphones-with-minimalist-monochrome-background_23-2150763355.jpg?_wi=2"}, ]} title="Featured Gear" description="Elevate your audio experience with our top-rated essentials." -- 2.49.1