diff --git a/src/lib/components/ContactBanner.svelte b/src/lib/components/ContactBanner.svelte new file mode 100644 index 00000000..089b8723 --- /dev/null +++ b/src/lib/components/ContactBanner.svelte @@ -0,0 +1,233 @@ + + +
+
+
+

{eyebrow}

+

{title}

+
+ + +
+
+ + diff --git a/src/lib/icons/features/email.svg b/src/lib/icons/features/email.svg new file mode 100644 index 00000000..ad5dab74 --- /dev/null +++ b/src/lib/icons/features/email.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/lib/icons/features/phone.svg b/src/lib/icons/features/phone.svg new file mode 100644 index 00000000..bfa8d157 --- /dev/null +++ b/src/lib/icons/features/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e4aa556e..661e1304 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -22,7 +22,7 @@ import { updateCart } from '$lib/utils/shopify'; import { printConsoleBanner } from '$lib/utils/console'; - import HeaderBanner from "$lib/components/HeaderBanner.svelte"; + import ContactBanner from "$lib/components/ContactBanner.svelte"; import HeaderMenu from "$lib/components/HeaderMenu.svelte"; import ShoppingCart from "$lib/components/ShoppingCart.svelte"; import { @@ -131,12 +131,12 @@ /> {/if} - -
+ +