Our Food Strengths - Copy this React, Tailwind Component to your project
Export function OurFoodStrengths() { return ( <div className="bg [#F3F4F6] py 20"> <div className="w [90%] md:max w 7xl mx auto"> <h2 className="text center font bold text 3xl md:text 5xl mb 8"> Our <span className="text green 600">Strengths</span> </h2> <p> Yellows & Greens Agrifresh Private Limited (Y&G) is dedicated to deliver highest quality fresh and frozen fruits and vegetables. Our mission is to bring the finest produce from farm to plate while preserving essential flavors, nutrients, and freshness that make our products stand out. </p> <div> <h4>Plough to Plate</h4> <p>Beyond preserving quality, we are committed to adding value at each stage of the Fruits and Vegetables (F&V) value chain. Through collaborations with farmers, technological interventions, and efficient processing, we enhance marketability and shelf life of our products. This approach not only benefits consumers but also contributes to higher income and reduced losses for growers. As we continue to expand our reach and product offerings, our core commitment remains to deliver farm fresh goodness in every bite, no matter where ever you are</p> </div> <div className="grid grid cols 2"> <div> <h3>Our differentiator</h3> <ul> <li>State of the art processing facility for cut vegetables, frozen Fruits and Vegetables and value added products.</li> <li> Export oriented units We deliver premium frozen fruits and vegetables to international markets, meeting global quality standards</li> <li>Efficient Logistics With a focus on timely deliveries, our efficient logistics network guarantees that our produce reaches global markets without compromising quality.</li> <li>IQF Facility Our advanced IQF facility rapidly freezes produce, preserving its freshness and nutrients for optimal quality.</li> <li>Integrated cold chain facility recognized by the Government of India.</li> <li>Good Agricultural Practices (GAP) certification.</li> <li>We stand by our farmers as much as we stand by our clients from “Plough to Plate”.</li> <li>We take pride in being a reliable partner for both domestic and international client</li> </ul> </div> <div className="relative"> <img src="food_box.jpg" alt="food_box" className="absolute left 0 top 0 w full h full object cover" /> </div> </div> </div> </div> ) } 'can your re design this component'
