From 5611c20b9214ce083f3bfb7644e6058501a0b01b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:20:52 +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 5a4e6a4..a04302c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,23 +101,23 @@ export default function LandingPage() { { id: "f1", title: "Sleep Architecture", tags: [ "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", title: "Readiness Score", tags: [ "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", title: "Heart Rate Variability", tags: [ "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", title: "Blood Oxygen Tracking", tags: [ "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", title: "Activity Monitoring", tags: [ "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" description="Engineered with medical-grade precision to help you understand your body's hidden signals." @@ -132,15 +132,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Midnight Black", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-near-feathers-vase_23-2148073839.jpg"}, + id: "p1", name: "Midnight Black", price: "$349", 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"}, + 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?_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"}, + id: "p3", name: "Champagne Gold", price: "$399", 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"}, + id: "p4", name: "Titanium Grey", price: "$399", 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"}, + id: "p5", name: "Matte Ceramic", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=2"}, { id: "p6", name: "Polar White", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15375.jpg"}, ]} -- 2.49.1