File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { TrustedBy } from './trustedBy';
10
10
import Link from 'next/link' ;
11
11
import APItext from "@/public/images/apiText.png" ;
12
12
import Banner from './ui/banner' ;
13
+ import OpenInNewIcon from '@mui/icons-material/OpenInNew' ;
13
14
14
15
export default function Hero ( ) {
15
16
const [ isMobile , setIsMobile ] = useState ( false ) ;
@@ -108,12 +109,14 @@ export default function Hero() {
108
109
< div className = "mb-4" >
109
110
{ /* Wrapping Link with NeonButton */ }
110
111
< Link
111
- className = "btn text-secondary-300 bg-primary-300 hover:text-gradient-500 w-full sm:w-auto sm:mb-0"
112
- href = { isMobile ? "https://marketplace.visualstudio.com/items?itemName=Keploy.keployio" : "vscode:extension/Keploy.keployio" } // Conditionally change the href
113
- target = "_blank"
114
- >
115
- Try VS Code Extension
116
- </ Link >
112
+ className = "btn text-secondary-300 bg-primary-300 hover:text-gradient-500 w-full sm:w-auto sm:mb-0 group flex items-center justify-center gap-2"
113
+ href = "https://docs.google.com/forms/d/e/1FAIpQLSdj9q7dyRh3D7ZzRExHLWRRkNPOnLnFfrbKqSwqH3Ur4HzP4g/viewform"
114
+ target = "_blank"
115
+ rel = "noopener noreferrer"
116
+ >
117
+ Join Cloud Waiting List
118
+ < OpenInNewIcon className = "transition-all duration-500 ease-out group-hover:scale-110 group-hover:translate-x-0.5 group-hover:-translate-y-0.5 h-5 w-5" />
119
+ </ Link >
117
120
</ div >
118
121
< div className = 'mb-4' >
119
122
{ /* Wrapping Link with NeonButton */ }
You can’t perform that action at this time.
0 commit comments