From ee36a986bf57e769f121ec83066a552f68d64e69 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:12:40 +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 0d97441..4323d83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,15 +110,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Uncompromising Quality", description: "Every product undergoes rigorous testing. We source the finest ingredients and materials from around the world.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Premium quality craftsmanship" + title: "Visible Results", description: "Transform your routine. Our customers report improved skin texture, beard quality, and confidence within weeks of use.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-with-beards-posing_23-2149615795.jpg", imageAlt: "Grooming transformation results" }, { id: 2, - title: "Advanced Formulations", description: "Our research team develops cutting-edge formulas combining science with luxury. Each product engineered for maximum performance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ingredients-arrangement_23-2148897593.jpg", imageAlt: "Advanced ingredient science" + title: "Uncompromising Quality", description: "Every product undergoes rigorous testing. We source the finest ingredients and materials from around the world.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Premium quality craftsmanship" }, { id: 3, - title: "Visible Results", description: "Transform your routine. Our customers report improved skin texture, beard quality, and confidence within weeks of use.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-with-beards-posing_23-2149615795.jpg", imageAlt: "Grooming transformation results" + title: "Advanced Formulations", description: "Our research team develops cutting-edge formulas combining science with luxury. Each product engineered for maximum performance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ingredients-arrangement_23-2148897593.jpg", imageAlt: "Advanced ingredient science" } ]} /> -- 2.49.1