This commit is contained in:
Philip Cheung 2024-10-28 11:26:46 +08:00
parent 3c88624095
commit 097ec9627f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const Banner = () => {
<div className='flex-col flex lg:ml-48 ml-4 z-10'> <div className='flex-col flex lg:ml-48 ml-4 z-10'>
<p className='text-black lg:text-5xl text-2xl font-bold text-center'> <p className='text-black lg:text-5xl text-2xl font-bold text-center'>
{"電子管風琴"}
</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-[35vh] h-auto object-cover mt-2' />
</div> </div>