Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-05-26 08:13:38 +00:00

View File

@@ -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"
}
]}
/>