diff --git a/front/src/App.svelte b/front/src/App.svelte index 28090dc..fe39557 100644 --- a/front/src/App.svelte +++ b/front/src/App.svelte @@ -1,9 +1,11 @@

Shopping Cart

-
-
-

Empty....

-
-
+ -
+

Looking past orders? Check out the commonly asked questions

diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index ca4bd77..2263884 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -1,11 +1,14 @@

Contact us

+

Commonly Asked Questions

- - - -

If you ordered online, if we haven't started making your food yet, a refund is possible.

If you reserved a table, you can refund upto 1 hour before your time.

@@ -54,6 +54,14 @@

Contact From

+ {#await formMessage then formMessage} + {#if formMessage} +

 {formMessage}

+ {/if} + {:catch error} +

 {error.message}

+ {/await} +
+ +