From 6f120d6721e240a09d202298b40f8c4cb07d60d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:04:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10c9f47..cc5df5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,10 +93,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg", imageAlt: "GP-Mass Original Tub" }, - { id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg", imageAlt: "GP-Mass Platinum Tub" }, - { id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg", imageAlt: "GP-Whey Protein Tub" }, - { id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg?_wi=1", imageAlt: "GP-Creatine Tub" }, + { id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMYOe0Z0l1RQZecGFkUdxQSLcr/uploaded-1778094245764-4ticmwun.jpg", imageAlt: "GP-Mass Original Tub" }, + { id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMYOe0Z0l1RQZecGFkUdxQSLcr/uploaded-1778094245764-6qen05o6.jpg", imageAlt: "GP-Mass Platinum Tub" }, + { id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMYOe0Z0l1RQZecGFkUdxQSLcr/uploaded-1778094245764-pf65h51b.jpg", imageAlt: "GP-Whey Protein Tub" }, + { id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMYOe0Z0l1RQZecGFkUdxQSLcr/uploaded-1778094245764-o6yxrjz5.jpg", imageAlt: "GP-Creatine Tub" }, ]} title="Our Product Line" description="Formulated for performance, flavored for consistency." @@ -109,7 +109,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "cs1", title: "GP Collagen", description: "Bovine and Marine variants for joint recovery.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45815.jpg" }, + { id: "cs1", title: "GP Collagen", description: "Bovine and Marine variants for joint recovery.", tag: "New", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMYOe0Z0l1RQZecGFkUdxQSLcr/uploaded-1778094245764-gzj0rhd5.jpg" }, { id: "cs2", title: "EAA Matrix", description: "Intra-workout hydration and recovery.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/black-cosmetic-jar-with-lid-isolated-white-background_187299-46207.jpg" }, { id: "cs3", title: "L-Citrulline", description: "Maximum pumps for every training session.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-jar_187299-45986.jpg" }, { id: "cs4", title: "Beta-Alanine", description: "Endurance booster for intense lifting.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45961.jpg" },