Start on Footer Design

Clean up some pages
Make style a bit less similar to BurgerKing... oops...
dab.jpg
This commit is contained in:
Michał Gdula 2024-04-23 18:45:40 +01:00
parent b56c3cc46d
commit 7907972e1c
13 changed files with 325 additions and 34 deletions

View file

@ -9,6 +9,12 @@ const routes = {
conditions: [],
userData: { showNavBar: true },
}),
"/menu": wrap({
asyncComponent: () => import("%/pages/PageMenu.svelte"),
loadingComponent: PageLoading,
conditions: [],
userData: { showNavBar: true },
}),
"/contact": wrap({
asyncComponent: () => import("%/pages/PageContact.svelte"),
loadingComponent: PageLoading,
@ -22,7 +28,7 @@ const routes = {
userData: { showNavBar: true },
}),
"/cart": wrap({
asyncComponent: () => import("%/pages/PageShoppingCart.svelte"),
asyncComponent: () => import("%/pages/PageCart.svelte"),
loadingComponent: PageLoading,
conditions: [],
userData: { showNavBar: true },