diff --git a/src/lib/elements/Button.svelte b/src/lib/elements/Button.svelte index 35ab436b..42fdf0a1 100644 --- a/src/lib/elements/Button.svelte +++ b/src/lib/elements/Button.svelte @@ -4,31 +4,35 @@ /** * Defines the style of the button. Defaults to `"primary"`. */ - export let type: "primary" | "secondary" | "minimal" = "primary"; + export let styleType: "primary" | "secondary" | "minimal" = "primary"; + export let submit = false; const dispatch = createEventDispatcher<{ click: null; }>(); -{#if type === "primary"} +{#if styleType === "primary"} -{:else if type === "secondary"} +{:else if styleType === "secondary"} -{:else if type === "minimal"} +{:else if styleType === "minimal"} + {/if} @@ -276,7 +276,7 @@ on:keypress={() => window.scrollTo({ top: 0, behavior: "smooth" })} > {/if} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3311a8b5..f5e706c6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,6 +2,7 @@ import { ROOT_URL } from "$config"; import type { SvelteComponent } from "svelte"; import type { SvelteHTMLElements } from "svelte/elements"; + import { goto } from "$app/navigation"; import MagneticElement from "$shells/MagneticElement.svelte"; import Mouse3DTilting from "$shells/Mouse3DTilting.svelte"; import Section from "$layouts/Section.svelte"; @@ -145,8 +146,8 @@ images: [ { url: `${ROOT_URL}/${i("home.og-banner")}`, - width: 1536, - height: 768, + width: 512, + height: 256, alt: i("a11y.alt.og-banner") } ], @@ -175,6 +176,7 @@ url: ROOT_URL, logo: `${ROOT_URL}/favicon.svg` } /*, + // Add FAQ? { "@type": "WebSite", url: ROOT_URL, @@ -197,8 +199,8 @@ class="-mt-28 flex h-[100svh] flex-col items-center justify-center pt-28 md:-mt-32 md:pt-28" >
- - + @@ -274,7 +276,7 @@ on:click={() => scrollTo("#process")} > @@ -330,11 +332,15 @@ {/each} {i("home.solutions.more.before-link")} - + {i("home.solutions.more.after-link")}
- @@ -397,6 +403,6 @@ {@html c(i("home.cta-bottom.title"))} - +
diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte new file mode 100644 index 00000000..059586de --- /dev/null +++ b/src/routes/contact/+page.svelte @@ -0,0 +1,257 @@ + + + + + + + + +
+
+
+ + {@html c(i("contact.title"))} +
+ + +
+
+ + + +
+
+ +