From d8c0040e7dc43420c68b2618063678bddb201f57 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 21 May 2026 13:57:23 -0700 Subject: [PATCH] got questions? --- src/lib/components/ContactBanner.svelte | 233 ++++++++++++++++++++++++ src/lib/icons/features/email.svg | 3 + src/lib/icons/features/phone.svg | 3 + src/routes/+layout.svelte | 6 +- 4 files changed, 242 insertions(+), 3 deletions(-) create mode 100644 src/lib/components/ContactBanner.svelte create mode 100644 src/lib/icons/features/email.svg create mode 100644 src/lib/icons/features/phone.svg 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} - -
+ +