Skip to content

Commit 2dbad27

Browse files
authored
chore: update CTA link to join cloud waiting list (#161)
1 parent f60178f commit 2dbad27

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

components/hero.tsx

+9-6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { TrustedBy } from './trustedBy';
1010
import Link from 'next/link';
1111
import APItext from "@/public/images/apiText.png";
1212
import Banner from './ui/banner';
13+
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
1314

1415
export default function Hero() {
1516
const [isMobile, setIsMobile] = useState(false);
@@ -108,12 +109,14 @@ export default function Hero() {
108109
<div className="mb-4">
109110
{/* Wrapping Link with NeonButton */}
110111
<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>
117120
</div>
118121
<div className='mb-4'>
119122
{/* Wrapping Link with NeonButton */}

0 commit comments

Comments
 (0)