grid wrapper + newest products + latest blogs
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { FC } from 'react'
|
||||
|
||||
const Banners3: FC = () => {
|
||||
return (
|
||||
<div className='flex gap-4 h-[500px]'>
|
||||
<div className='flex flex-col gap-4 h-full flex-1'>
|
||||
<div className='flex-1 bg-red-50 h-full'>
|
||||
</div>
|
||||
<div className='flex-1 bg-red-50 h-full'>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex-1 bg-blue-50 h-full'>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Banners3
|
||||
Reference in New Issue
Block a user