From 25aa788e9477fb32da1ee37587166c0b10769104 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:04:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47cf32b..dda838f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { id: "protein", imageSrc: "http://img.b2bpic.net/free-photo/protein-powder-pouring-into-shaker-cup_23-2152017167.jpg", imageAlt: "protein powder sports nutrition supplement" }, - { id: "preworkout", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "preworkout energy drink supplement" }, + { id: "preworkout", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=1", imageAlt: "preworkout energy drink supplement" }, { id: "vitamins", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-vegetables-with-different-medicine-wooden-spoon_181624-47137.jpg", imageAlt: "vitamins multivitamin health supplement" }, { id: "weight-gainer", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "weight gainer mass gainer nutrition" }, { id: "bcaa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-fitness-woman-taking-vitamins-dietary-supplements-muscles_1258-189559.jpg", imageAlt: "BCAA amino acids supplement" }, - { id: "creatine", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "creatine muscle supplement fitness" } + { id: "creatine", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=2", imageAlt: "creatine muscle supplement fitness" } ]} autoPlay={true} autoPlayInterval={4000} @@ -91,7 +91,7 @@ export default function LandingPage() { title: "Proteínas", description: "Whey protein, caseína y proteína vegana de las mejores marcas", imageSrc: "http://img.b2bpic.net/free-photo/bananas-is-good-way-healthy-carbs_329181-7978.jpg", imageAlt: "protein category whey protein fitness supplies", button: { text: "Ver Proteínas", href: "#consultation" } }, { - title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } + title: "Pre-Entrenamientos", description: "Energía, enfoque y resistencia para maximizar tu sesión", imageSrc: "http://img.b2bpic.net/free-photo/refreshment-gym_1098-16161.jpg?_wi=3", imageAlt: "preworkout category energy supplements gym", button: { text: "Ver Pre-Entrenamientos", href: "#consultation" } }, { title: "Vitaminas y Minerales", description: "Salud integral con multivitamínicos y suplementos premium", imageSrc: "http://img.b2bpic.net/free-photo/immunity-boosting-food-healthy-lifestyle_23-2149211528.jpg", imageAlt: "vitamins category health supplements nutrition", button: { text: "Ver Vitaminas", href: "#consultation" } -- 2.49.1