From 04523b8b975d768a933a326709a96c7de203d959 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:13:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 361ef46..ad68375 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { text: "VIEW DEALS", href: "/products?deals=true"}, ]} buttonAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/protein-gym_23-2151980043.jpg" + imageSrc="http://img.b2bpic.net/free-photo/protein-gym_23-2151980043.jpg?_wi=1" imageAlt="GR Nutrition protein supplement tub" mediaAnimation="slide-up" kpiClassName="text-center" @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "cat-whey", name: "WHEY PROTEIN", price: "EXPLORE →", variant: "category", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-glass-bowl-flour-marble_114579-31397.jpg", imageAlt: "Whey Protein category"}, + id: "cat-whey", name: "WHEY PROTEIN", price: "EXPLORE →", variant: "category", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-glass-bowl-flour-marble_114579-31397.jpg?_wi=1", imageAlt: "Whey Protein category"}, { id: "cat-mass-gainer", name: "MASS GAINER", price: "EXPLORE →", variant: "category", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-heavy-weight-lifting-icon_53876-14662.jpg", imageAlt: "Mass Gainer category"}, { @@ -169,10 +169,10 @@ export default function LandingPage() { description="Experience the GR NUTRITION difference." features={[ { - title: "QUALITY INGREDIENTS", description: "Only the finest, lab-tested ingredients for maximum purity and effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-glass-bowl-flour-marble_114579-31397.jpg", imageAlt: "Quality ingredients" + title: "QUALITY INGREDIENTS", description: "Only the finest, lab-tested ingredients for maximum purity and effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-glass-bowl-flour-marble_114579-31397.jpg?_wi=2", imageAlt: "Quality ingredients" }, { - title: "EXPERT FORMULATION", description: "Developed by nutrition experts to support your fitness goals.", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980043.jpg", imageAlt: "Expert formulation" + title: "EXPERT FORMULATION", description: "Developed by nutrition experts to support your fitness goals.", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980043.jpg?_wi=2", imageAlt: "Expert formulation" } ]} /> -- 2.49.1