Fix runtime error

This commit is contained in:
Koncept Kit
2025-12-20 18:40:57 +07:00
parent 035cc896df
commit 4093c1603e
4 changed files with 7 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ const Landing = () => {
<img src={heroLoaf} alt="LOAF" className="w-full max-w-xs md:max-w-[370px] h-auto object-contain" />
</div>
<div className="flex flex-col gap-4 items-center justify-center w-full max-w-[339px]">
<Link to="/register" className="w-full">
<Link to="/become-a-member" className="w-full">
<Button style={{ fontFamily: "'Nunito sans', sans-serif" }} className="bg-[#DDD8EB] hover:bg-white text-[#422268] rounded-full px-6 py-6 sm:py-[32px] text-base sm:text-lg font-medium w-full transition-colors">
Become a Member
</Button>