updated banner text
This commit is contained in:
parent
097ec9627f
commit
526cb8c021
|
@ -6,11 +6,11 @@ const Banner = () => {
|
||||||
<div className='relative flex w-full h-[30vh] lg:h-[50vh] bg-[#E5C6C8] items-center'>
|
<div className='relative flex w-full h-[30vh] lg:h-[50vh] bg-[#E5C6C8] items-center'>
|
||||||
|
|
||||||
|
|
||||||
<div className='flex-col flex lg:ml-48 ml-4 z-10'>
|
<div className='flex-col flex lg:ml-48 ml-4 z-10 w-[40vw]'>
|
||||||
<p className='text-black lg:text-5xl text-2xl font-bold text-center'>
|
<p className='text-black lg:text-5xl text-2xl font-bold'>
|
||||||
電子管風琴
|
電子管風琴
|
||||||
</p>
|
</p>
|
||||||
<img src={"/images/line.png"} className='lg:w-[35vh] h-auto object-cover mt-2' />
|
<img src={"/images/line.png"} className='lg:w-[15vw] h-auto object-cover mt-2' />
|
||||||
</div>
|
</div>
|
||||||
{/* <div className='absolute bottom-0 right-0 max-sm:-right-32 md:-right-32 lg:right-32 bg-[url("/images/kid2.png")] bg-cover bg-center bg-no-repeat h-full w-[80%]'></div> */}
|
{/* <div className='absolute bottom-0 right-0 max-sm:-right-32 md:-right-32 lg:right-32 bg-[url("/images/kid2.png")] bg-cover bg-center bg-no-repeat h-full w-[80%]'></div> */}
|
||||||
<div className=" w-full h-full">
|
<div className=" w-full h-full">
|
||||||
|
|
Loading…
Reference in New Issue