Update src/app/page.tsx

This commit is contained in:
2026-03-19 12:09:06 +00:00
parent e248225645
commit da16673d54

View File

@@ -80,15 +80,15 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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, 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, 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" textboxLayout="default"