A
Anonymous
Feed Our Strengths - Copy this React, Tailwind Component to your project
Export function FeedOurStrengths() { return ( <div className="bg blue 50 py 20"> <div className="w [90%] md:max w 7xl mx auto"> <h2 className="text center font bold text 3xl md:text 5xl mb 6 md:mb 8"> Our Strengths </h2> <div className="grid grid cols 3"> <div> <h2>European Baling Technology for superior quality</h2> </div> <div> <h2>Global Concept Now in India</h2> </div> <div> <h2>India's First Branded Baled Corn Silage</h2> </div> </div> </div> </div> ) } 'can you modify this component'
Prompt
