From e2e0109450529d2893d2145ba4a3a9e293fcbfd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:05:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41df6a5..771bfa5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Farm Fresh Quality", description: "Our chickens are raised in natural, open environments with premium feed and care. Every egg and meat product meets our strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-holding-birds_23-2149456975.jpg", imageAlt: "Healthy free-range chickens" + id: 1, + title: "Farm Fresh Quality", description: "Our chickens are raised in natural, open environments with premium feed and care. Every egg and meat product meets our strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-holding-birds_23-2149456975.jpg", imageAlt: "Healthy free-range chickens" }, { - id: "2", title: "Sustainable Practices", description: "We employ eco-friendly farming methods that protect the environment while producing nutritious food for your family.", imageSrc: "http://img.b2bpic.net/free-photo/image-with-field-windmill-agricultural-concept_185193-109570.jpg", imageAlt: "Sustainable farming methods" + id: 2, + title: "Sustainable Practices", description: "We employ eco-friendly farming methods that protect the environment while producing nutritious food for your family.", imageSrc: "http://img.b2bpic.net/free-photo/image-with-field-windmill-agricultural-concept_185193-109570.jpg", imageAlt: "Sustainable farming methods" }, { - id: "3", title: "Community Driven", description: "Supporting local families and businesses is at the heart of everything we do. Faida Farm strengthens our community.", imageSrc: "http://img.b2bpic.net/free-photo/cardboard-box-with-white-chicken-eggs-feather-high-quality-photo_114579-68998.jpg", imageAlt: "Fresh farm eggs" + id: 3, + title: "Community Driven", description: "Supporting local families and businesses is at the heart of everything we do. Faida Farm strengthens our community.", imageSrc: "http://img.b2bpic.net/free-photo/cardboard-box-with-white-chicken-eggs-feather-high-quality-photo_114579-68998.jpg", imageAlt: "Fresh farm eggs" }, ]} /> -- 2.49.1