Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 08:05:55 +00:00

View File

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