diff --git a/public/hero-tarot.jpg b/public/hero-tarot.jpg new file mode 100644 index 0000000..42b8680 Binary files /dev/null and b/public/hero-tarot.jpg differ diff --git a/resources/js/components/landing/BackgroundCards.vue b/resources/js/components/landing/BackgroundCards.vue new file mode 100644 index 0000000..7dac459 --- /dev/null +++ b/resources/js/components/landing/BackgroundCards.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/resources/js/components/landing/HeroSection.vue b/resources/js/components/landing/HeroSection.vue index 549bcc9..e75705d 100644 --- a/resources/js/components/landing/HeroSection.vue +++ b/resources/js/components/landing/HeroSection.vue @@ -1,96 +1,180 @@ - - - diff --git a/resources/js/pages/Landing.vue b/resources/js/pages/Landing.vue index da4f2d7..a2c1c93 100644 --- a/resources/js/pages/Landing.vue +++ b/resources/js/pages/Landing.vue @@ -5,6 +5,8 @@
+
+ @@ -23,5 +25,6 @@ import HowSection from '@/components/landing/HowSection.vue'; import ManuscritSection from '@/components/landing/ManuscritSection.vue'; import OfferSection from '@/components/landing/OfferSection.vue'; import TestimonialsSection from '@/components/landing/TestimonialsSection.vue'; +import BackgroundCards from '@/components/landing/BackgroundCards.vue'; import LandingLayout from '@/layouts/app/LandingLayout.vue';