diff --git a/site/components/Hero.tsx b/site/components/Hero.tsx index f34b3b60..532ee254 100644 --- a/site/components/Hero.tsx +++ b/site/components/Hero.tsx @@ -25,7 +25,7 @@ export function Hero() { Rapidly build rich data portals using a modern frontend framework.

- + Get started diff --git a/site/components/NewsletterForm.tsx b/site/components/NewsletterForm.tsx index c3974a1c..04a3b7e6 100644 --- a/site/components/NewsletterForm.tsx +++ b/site/components/NewsletterForm.tsx @@ -1,6 +1,7 @@ import { loadScripts } from '@/lib/loadNewsletterScripts'; import Script from 'next/script'; import { useEffect } from 'react'; +import { CloudIcon } from '@heroicons/react/solid'; export default function NewsletterForm() { useEffect(() => { @@ -28,8 +29,9 @@ export default function NewsletterForm() { id="sib-form-container" className="mt-8 sm:mx-auto sm:text-center lg:text-left lg:mx-0" > -

- Sign up to get notified about updates +

+ + Join the PortalJS Cloud waitlist and get early access!

- Notify Me + Join now = 16" } diff --git a/site/package.json b/site/package.json index 0da92a7a..ae3d5af5 100644 --- a/site/package.json +++ b/site/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@headlessui/react": "^1.3.0", - "@heroicons/react": "^1.0.3", + "@heroicons/react": "^1.0.6", "@mdx-js/loader": "^2.3.0", "@portaljs/core": "^1.0.6", "@portaljs/remark-callouts": "^1.0.5",