File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ export default function HomePage() {
705705 < Link href = '/auth/login' >
706706 < Button
707707 size = 'lg'
708- className = 'bg-white text-purple-600 hover:bg-gray-100 px-8 py-4 text-lg font-semibold'
708+ className = 'bg-white text-purple-600 hover:bg-transparent hover:text-white hover:border-white hover:border-2 px-8 py-4 text-lg font-semibold transition-all duration-200 border-2 border-white '
709709 >
710710 Start Your Free Trial
711711 </ Button >
@@ -714,7 +714,7 @@ export default function HomePage() {
714714 < Button
715715 size = 'lg'
716716 variant = 'outline'
717- className = 'border-white text-white hover:bg-white hover:text-purple-600 px-8 py-4 text-lg transition-all duration-200'
717+ className = 'border-white border-2 text-white bg-transparent hover:bg-white hover:text-purple-600 px-8 py-4 text-lg transition-all duration-200'
718718 >
719719 Schedule a Demo
720720 </ Button >
@@ -734,7 +734,7 @@ export default function HomePage() {
734734 < span className = 'text-xl font-bold text-white' > Chronos</ span >
735735 </ div >
736736 < div className = 'text-sm' >
737- © 2025 Fusion Labs. All rights reserved.
737+ © { new Date ( ) . getFullYear ( ) } Fusion Labs. All rights reserved.
738738 </ div >
739739 </ div >
740740 </ div >
You can’t perform that action at this time.
0 commit comments