diff --git a/src/app/page.tsx b/src/app/page.tsx index 11347ec..5bd02d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "AI-Powered Selection", description: "Advanced computer vision technology selects only the finest, ripest fruits for dehydration, ensuring consistent premium quality in every batch.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg", imageAlt: "AI-powered fruit selection process" + title: "AI-Powered Selection", description: "Advanced computer vision technology selects only the finest, ripest fruits for dehydration, ensuring consistent premium quality in every batch.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg?_wi=1", imageAlt: "AI-powered fruit selection process" }, { id: 2, - title: "Precision Temperature Control", description: "Our state-of-the-art dehydration chambers maintain precise temperature and humidity levels to preserve nutrients, color, and authentic fruit flavors.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg", imageAlt: "Precision dehydration technology" + title: "Precision Temperature Control", description: "Our state-of-the-art dehydration chambers maintain precise temperature and humidity levels to preserve nutrients, color, and authentic fruit flavors.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg?_wi=2", imageAlt: "Precision dehydration technology" }, { id: 3, - title: "Zero Additives Guarantee", description: "100% natural dehydration without preservatives, artificial flavors, or chemical treatments. Pure fruit, pure nutrition, pure taste.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg", imageAlt: "Natural dehydration guarantee" + title: "Zero Additives Guarantee", description: "100% natural dehydration without preservatives, artificial flavors, or chemical treatments. Pure fruit, pure nutrition, pure taste.", imageSrc: "http://img.b2bpic.net/free-photo/hand-adjusting-dough-machine_1170-2318.jpg?_wi=3", imageAlt: "Natural dehydration guarantee" } ]} textboxLayout="default"