From a69c60cafba799f73b052b6aba47626cb5bff687 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:54:20 +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 5d877ad..dd5ac2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "rotated-rays-animated-grid" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Hero supplement collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Premium supplements showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Minimalist wellness bottles" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Clean supplement design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Modern health products" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=1", imageAlt: "Hero supplement collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=2", imageAlt: "Premium supplements showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=3", imageAlt: "Minimalist wellness bottles" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=4", imageAlt: "Clean supplement design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=5", imageAlt: "Modern health products" } ]} mediaAnimation="slide-up" buttons={[ @@ -100,15 +100,15 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Clinically Tested Formulas", author: "Research Team", description: "Every supplement undergoes rigorous third-party testing to ensure purity, potency, and safety. We believe transparency starts with science.", tags: ["Verified", "Science-Backed"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Clinically tested formulas" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=6", imageAlt: "Clinically tested formulas" }, { id: "feature-2", title: "Premium Bioavailability", author: "Nutrition Experts", description: "Advanced absorption technology ensures your body receives maximum nutrient delivery. Clean formulations without unnecessary fillers or additives.", tags: ["Advanced", "Pure"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Premium bioavailability" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=7", imageAlt: "Premium bioavailability" }, { id: "feature-3", title: "Sustainable Sourcing", author: "Sustainability Team", description: "Responsibly sourced ingredients from trusted suppliers worldwide. We prioritize environmental stewardship in every batch.", tags: ["Eco-Friendly", "Ethical"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg", imageAlt: "Sustainable sourcing" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-pills-circle_23-2148533538.jpg?_wi=8", imageAlt: "Sustainable sourcing" } ]} /> -- 2.49.1