From d160b3aa7bdcdd0f05a96896c4769a96fa8021f8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50a600a..3d43dd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { "Recovery", "Cycles", ], - imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg?_wi=1", }, { id: "f2", @@ -143,7 +143,7 @@ export default function LandingPage() { "Performance", "Daily", ], - imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12590.jpg?_wi=1", }, { id: "f3", @@ -152,7 +152,7 @@ export default function LandingPage() { "Stress", "Heart", ], - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg?_wi=1", }, { id: "f4", @@ -161,7 +161,7 @@ export default function LandingPage() { "Wellness", "Health", ], - imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-419.jpg?_wi=1", }, { id: "f5", @@ -170,7 +170,7 @@ export default function LandingPage() { "Fitness", "Movement", ], - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=1", }, ]} title="Built for High Performance" @@ -189,31 +189,31 @@ export default function LandingPage() { id: "p1", name: "Midnight Black", price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg?_wi=2", }, { id: "p2", name: "Sterling Silver", price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12590.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12590.jpg?_wi=2", }, { id: "p3", name: "Champagne Gold", price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg?_wi=2", }, { id: "p4", name: "Titanium Grey", price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-419.jpg?_wi=2", }, { id: "p5", name: "Matte Ceramic", price: "$449", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=2", }, { id: "p6", -- 2.49.1