-
-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default function Invocations({ invocations }) { | ||
return ( | ||
<div className="home-container home-section !py-12 sm:!py-16"> | ||
<div className="home-container home-section !px-0 sm:!px-6 !py-12 sm:!py-16"> | ||
<div | ||
className="relative isolate overflow-hidden bg-gray-900 px-6 py-16 text-center shadow-2xl sm:rounded-3xl sm:px-16"> | ||
<h2 className="mx-auto max-w-2xl text-3xl font-black tracking-tight text-white sm:text-5xl"> | ||
|
@@ -19,12 +19,11 @@ export default function Invocations({ invocations }) { | |
method="post" data-sv-form="5696241" data-uid="ee838f35c4" data-format="inline" data-version="5" | ||
data-options="{"settings":{"after_subscribe":{"action":"message","success_message":"Success! Now check your email to confirm your subscription.","redirect_url":""},"analytics":{"google":null,"fathom":null,"facebook":null,"segment":null,"pinterest":null,"sparkloop":null,"googletagmanager":null},"modal":{"trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"powered_by":{"show":true,"url":"https://convertkit.com/features/forms?utm_campaign=poweredby&utm_content=form&utm_medium=referral&utm_source=dynamic"},"recaptcha":{"enabled":false},"return_visitor":{"action":"show","custom_content":""},"slide_in":{"display_in":"bottom_right","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"sticky_bar":{"display_in":"top","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15}},"version":"5"}"> | ||
<ul className="text-red-400 font-bold" data-element="errors" data-group="alert"></ul> | ||
<div data-element="fields" data-stacked="false" className="flex gap-x-4"> | ||
<div className="formkit-field"> | ||
<input | ||
className="min-w-0 flex-auto rounded-md border-0 bg-white/10 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 placeholder:text-white/75 focus:ring-2 focus:ring-inset focus:ring-white sm:text-sm sm:leading-6" | ||
name="email_address" aria-label="Email" placeholder="Email" required type="email" /> | ||
</div> | ||
<div data-element="fields" data-stacked="false" | ||
className="flex flex-col sm:flex-row w-full sm:w-auto gap-4"> | ||
<input | ||
className="min-w-0 flex-auto rounded-md border-0 bg-white/10 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 placeholder:text-white/75 focus:ring-2 focus:ring-inset focus:ring-white sm:text-sm sm:leading-6" | ||
name="email_address" aria-label="Email" placeholder="[email protected]" required type="email" /> | ||
<button data-element="submit" type="submit" | ||
className="flex-none rounded-md !bg-blue-600 hover:!bg-blue-500 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500"> | ||
<div className="formkit-spinner"> | ||
|