A
Anonymous
Food Certifications - Copy this React, Tailwind Component to your project
Export function FoodCertifications() { return ( <div className="bg white py 20"> <div className="w [90%] md:max w 7xl mx auto"> <h2 className="text center font bold text 3xl md:text 5xl text blue 900 mb 8">Food Certifications</h2> <div className="grid grid cols 4"> <div> <img src="/Certifications1.jpg" alt="Certifications1"/> </div> <div> <img src="/Certifications2.jpg" alt="Certifications1"/> </div> <div> <img src="/Certifications3.jpg" alt="Certifications1"/> </div> <div> <img src="/Certifications2.jpg" alt="Certifications1"/> </div> </div> </div> </div> ) } 'can you re design this component like when click image i want show that image popup like large iamge'
Prompt
