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