diff --git a/app/assets/images/contact/bottom-screen/background.png b/app/assets/images/contact/bottom-screen/background.png new file mode 100644 index 0000000..0845d48 Binary files /dev/null and b/app/assets/images/contact/bottom-screen/background.png differ diff --git a/app/assets/images/contact/top-screen/background.png b/app/assets/images/contact/top-screen/background.png new file mode 100644 index 0000000..76aeda1 Binary files /dev/null and b/app/assets/images/contact/top-screen/background.png differ diff --git a/app/components/Contact/BottomScreen/Background.vue b/app/components/Contact/BottomScreen/Background.vue new file mode 100644 index 0000000..cdd3352 --- /dev/null +++ b/app/components/Contact/BottomScreen/Background.vue @@ -0,0 +1,17 @@ + + + diff --git a/app/components/Contact/BottomScreen/BottomScreen.vue b/app/components/Contact/BottomScreen/BottomScreen.vue new file mode 100644 index 0000000..0157aa2 --- /dev/null +++ b/app/components/Contact/BottomScreen/BottomScreen.vue @@ -0,0 +1,44 @@ + + + diff --git a/app/components/Contact/TopScreen/Background.vue b/app/components/Contact/TopScreen/Background.vue new file mode 100644 index 0000000..aa37af0 --- /dev/null +++ b/app/components/Contact/TopScreen/Background.vue @@ -0,0 +1,17 @@ + + + diff --git a/app/components/Contact/TopScreen/TopScreen.vue b/app/components/Contact/TopScreen/TopScreen.vue new file mode 100644 index 0000000..28184b4 --- /dev/null +++ b/app/components/Contact/TopScreen/TopScreen.vue @@ -0,0 +1,7 @@ + + + diff --git a/app/pages/contact.vue b/app/pages/contact.vue index 7538657..6a99c5c 100644 --- a/app/pages/contact.vue +++ b/app/pages/contact.vue @@ -6,8 +6,12 @@ definePageMeta({