added organ

This commit is contained in:
2024-10-28 10:46:04 +08:00
parent aa8d8a7185
commit 3c88624095
9 changed files with 360 additions and 3 deletions

View File

@@ -65,9 +65,16 @@ const MobileNav = ({ showNav, courses }: Props) => {
</div>
)}
</div>
<div className='w-full h-16 flex justify-start items-center border-b-[1.5px] border-[#F5DADF]'>
<Link key={"03"} href="/electronicorgan" >
<p className="text-xl ml-6 text-black">
</p>
</Link>
</div>
<div className='w-full h-16 flex justify-start items-center border-b-[1.5px] border-[#F5DADF]'>
<Link key={"03"} href="/aboutus" >
<Link key={"04"} href="/aboutus" >
<p className="text-xl ml-6 text-black">
</p>

View File

@@ -65,7 +65,12 @@ const Nav = ({ openNav, courses, showNav, settings }: Props) => {
</div>
)}
</div>
<Link key={"03"} href="/aboutus" >
<Link key={"03"} href="/electronicorgan" >
<p className="nav__link">
{"電子管風琴"}
</p>
</Link>
<Link key={"04"} href="/aboutus" >
<p className="nav__link">
{"關於我們"}
</p>