diff --git a/public/hero-back.jpg b/public/hero-back.jpg new file mode 100644 index 0000000..f852dfd Binary files /dev/null and b/public/hero-back.jpg differ diff --git a/public/image002.jpg b/public/image002.jpg new file mode 100644 index 0000000..32efb19 Binary files /dev/null and b/public/image002.jpg differ diff --git a/public/image003.jpg b/public/image003.jpg new file mode 100644 index 0000000..d9d93c4 Binary files /dev/null and b/public/image003.jpg differ diff --git a/public/image004.jpg b/public/image004.jpg new file mode 100644 index 0000000..bd125ce Binary files /dev/null and b/public/image004.jpg differ diff --git a/public/image005.jpg b/public/image005.jpg new file mode 100644 index 0000000..036ea87 Binary files /dev/null and b/public/image005.jpg differ diff --git a/public/image006.jpg b/public/image006.jpg new file mode 100644 index 0000000..e3892b8 Binary files /dev/null and b/public/image006.jpg differ diff --git a/resources/js/components/landing/CallBookingSection.vue b/resources/js/components/landing/CallBookingSection.vue index a0652be..7650f53 100644 --- a/resources/js/components/landing/CallBookingSection.vue +++ b/resources/js/components/landing/CallBookingSection.vue @@ -2,7 +2,7 @@
- Background + Background
diff --git a/resources/js/components/landing/HeroSection.vue b/resources/js/components/landing/HeroSection.vue index 8469536..834668c 100644 --- a/resources/js/components/landing/HeroSection.vue +++ b/resources/js/components/landing/HeroSection.vue @@ -1,48 +1,67 @@ @@ -121,6 +120,7 @@ import { router } from '@inertiajs/vue3'; import { onMounted, ref } from 'vue'; const isMounted = ref(false); +const buttonHover = ref(false); onMounted(() => { setTimeout(() => { @@ -134,187 +134,95 @@ const goToShuffle = () => { diff --git a/resources/js/components/landing/HowSection.vue b/resources/js/components/landing/HowSection.vue index a954568..8e4d601 100644 --- a/resources/js/components/landing/HowSection.vue +++ b/resources/js/components/landing/HowSection.vue @@ -2,8 +2,7 @@
-
-
+
diff --git a/resources/js/components/landing/ManuscritSection.vue b/resources/js/components/landing/ManuscritSection.vue index 2727abd..c5c5b8c 100644 --- a/resources/js/components/landing/ManuscritSection.vue +++ b/resources/js/components/landing/ManuscritSection.vue @@ -23,7 +23,7 @@
Oracle de Kris Saint Ange diff --git a/resources/js/pages/Agenda.vue b/resources/js/pages/Agenda.vue index 858e02b..6198259 100644 --- a/resources/js/pages/Agenda.vue +++ b/resources/js/pages/Agenda.vue @@ -48,210 +48,257 @@ const redirectToStipeCheckout = async () => {