From 34bca88b374a963a912cceb526702a7f5f14e4c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:01:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2dc422..9b69751 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,19 +76,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-leaf_23-2148803521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-leaf_23-2148803521.jpg?_wi=1", imageAlt: "Wellness Collage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-supplement-bottle_187299-47084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-supplement-bottle_187299-47084.jpg?_wi=1", imageAlt: "Natural Products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-listening-music-smartphone-after-training_651396-373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-listening-music-smartphone-after-training_651396-373.jpg?_wi=1", imageAlt: "Athletic Training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg?_wi=1", imageAlt: "Skincare Luxury", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { description: "Science-backed formulas to rejuvenate skin health.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-leaf_23-2148803521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-leaf_23-2148803521.jpg?_wi=2", imageAlt: "healthy wellness lifestyle", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { description: "High-performance minerals and protein complexes.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/green-supplement-bottle_187299-47084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-supplement-bottle_187299-47084.jpg?_wi=2", imageAlt: "organic supplement bottles", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { description: "Custom programming for your athletic goals.", bentoComponent: "reveal-icon", icon: Activity, - imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-listening-music-smartphone-after-training_651396-373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-listening-music-smartphone-after-training_651396-373.jpg?_wi=2", imageAlt: "fitness training gym", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { description: "Precision meal planning tailored to your needs.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg?_wi=2", imageAlt: "premium skincare serum", }, ]} -- 2.49.1