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

@ -74,7 +74,7 @@ export function HeroSection() {
</p>
<div className="mb-10 mt-8 flex w-full flex-col items-center justify-center gap-4 px-8 sm:flex-row md:mb-20">
<Link
href="/contact"
href="/login"
className="group relative z-20 flex h-10 w-full cursor-pointer items-center justify-center space-x-2 rounded-lg bg-black p-px px-4 py-2 text-center text-sm font-semibold leading-6 text-white no-underline transition duration-200 sm:w-52 dark:bg-white dark:text-black"
>
Get Started