()
| 4 | import Link from 'next/link' |
| 5 | |
| 6 | const FeaturesBanner = () => { |
| 7 | return ( |
| 8 | <section className='features-section'> |
| 9 | <div className='title'> |
| 10 | <h1>Unique and Authentic Vintage Designer Jewellery</h1> |
| 11 | </div> |
| 12 | |
| 13 | <div className='content'> |
| 14 | <div className='left'> |
| 15 | <div className="feature-background"> |
| 16 | Different from others |
| 17 | </div> |
| 18 | <div> |
| 19 | <h3>Using Good Quality Materials</h3> |
| 20 | <p>Lorem ipsum dolor sit amt, consectetur adipiscing elit.</p> |
| 21 | </div> |
| 22 | <div> |
| 23 | <h3>100% Handmade Products</h3> |
| 24 | <p>Lorem ipsum dolor sit amt, consectetur adipiscing elit.</p> |
| 25 | </div> |
| 26 | <div> |
| 27 | <h3>Modern Fashion Design</h3> |
| 28 | <p>Lorem ipsum dolor sit amt, consectetur adipiscing elit.</p> |
| 29 | </div> |
| 30 | <div> |
| 31 | <h3>Discount for Bulk Orders</h3> |
| 32 | <p>Lorem ipsum dolor sit amt, consectetur adipiscing elit.</p> |
| 33 | </div> |
| 34 | </div> |
| 35 | |
| 36 | <div className='right'> |
| 37 | <Image src={img} width={300} height={350} alt='img' /> |
| 38 | <div> |
| 39 | <p>This piece is ethically crafted in our small family-owned workshop in Peru with unmatched attention to detail and care. The Natural color is the actual natural color of the fiber, undyed and 100% traceable.</p> |
| 40 | <Link href={'/products'}> |
| 41 | <button className='btn' type='button'>See All Product</button> |
| 42 | </Link> |
| 43 | </div> |
| 44 | </div> |
| 45 | </div> |
| 46 | </section> |
| 47 | ) |
| 48 | } |
| 49 | |
| 50 | export default FeaturesBanner |
nothing calls this directly
no outgoing calls
no test coverage detected