From 8987a83d15bde2c3208f827087d96ea105e02f36 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:39:21 +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 3df3dfa..d1fe61b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Laboratory Tested", description: "All products undergo comprehensive third-party testing to ensure purity, potency, and safety. Our commitment to quality is unwavering.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-researcher-studies-molecular-biology-samples-lab-using-professional-microscope_482257-133575.jpg", imageAlt: "laboratory science research testing" + title: "Laboratory Tested", description: "All products undergo comprehensive third-party testing to ensure purity, potency, and safety. Our commitment to quality is unwavering.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-researcher-studies-molecular-biology-samples-lab-using-professional-microscope_482257-133575.jpg?_wi=1", imageAlt: "laboratory science research testing" }, { id: 2, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: 3, - title: "Expert Support", description: "Get personalized guidance from certified fitness professionals and nutritionists. Our team is committed to your success.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-researcher-studies-molecular-biology-samples-lab-using-professional-microscope_482257-133575.jpg", imageAlt: "laboratory science research testing" + title: "Expert Support", description: "Get personalized guidance from certified fitness professionals and nutritionists. Our team is committed to your success.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-researcher-studies-molecular-biology-samples-lab-using-professional-microscope_482257-133575.jpg?_wi=2", imageAlt: "laboratory science research testing" } ]} /> @@ -158,10 +158,10 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "25%", title: "Average Muscle Gain", description: "Within 12 weeks of consistent use", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg", imageAlt: "results before after transformation progress" + id: "1", value: "25%", title: "Average Muscle Gain", description: "Within 12 weeks of consistent use", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg?_wi=1", imageAlt: "results before after transformation progress" }, { - id: "2", value: "40%", title: "Strength Improvement", description: "Significant increase in max lifts", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg", imageAlt: "results before after transformation progress" + id: "2", value: "40%", title: "Strength Improvement", description: "Significant increase in max lifts", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg?_wi=2", imageAlt: "results before after transformation progress" } ]} /> -- 2.49.1