fix: update GoogleLoginButton and HeroSection components

- Commented out err msg.
- Changed the link in HeroSection from "/contact" to "/login" to direct users to the login page.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-31 02:39:01 -07:00
parent ecd07d6155
commit 1f4e15ce38
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ export function GoogleLoginButton() {
<h1 className="my-8 text-xl font-bold text-neutral-800 dark:text-neutral-100 md:text-4xl">
{t("welcome_back")}
</h1>
{/*
<motion.div
initial={{ opacity: 0, y: -5 }}
animate={{ opacity: 1, y: 0 }}
@ -79,7 +79,7 @@ export function GoogleLoginButton() {
</p>
</div>
</motion.div>
</motion.div>
</motion.div> */}
<motion.button
whileHover={{ scale: 1.02 }}