diff --git a/src/assets/section-tile.webp b/src/assets/section-tile.webp new file mode 100644 index 0000000..04e2498 Binary files /dev/null and b/src/assets/section-tile.webp differ diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index baaba3e..0660f9e 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -4,6 +4,14 @@ import { RouterLink } from 'vue-router' import { Button } from '@/components/ui/button' import cosmicStag from '@/assets/cosmic-stag.avif' import heroLandscape from '@/assets/hero-landscape.webp' +import sectionTile from '@/assets/section-tile.webp' + +const tileStyle = { + backgroundImage: `url(${sectionTile})`, + backgroundRepeat: 'repeat', + backgroundSize: 'auto', + backgroundPosition: 'center center', +} const { t } = useI18n() @@ -73,31 +81,38 @@ const featuredEvents = [ - -
-
-

- {{ t('home.welcome.title') }} -

-

- {{ t('home.welcome.body') }} -

- + +
+
+
+
+
+

+ {{ t('home.welcome.title') }} +

+

+ {{ t('home.welcome.body') }} +

+ +
- -
-
+ +
+
+
+
+

{{ t('home.bouge.kicker') }}

{{ t('home.bouge.title') }}

@@ -109,17 +124,21 @@ const featuredEvents = [ > {{ t('home.bouge.body') }} - + +
- -
-
+ +
+
+
+
+

{{ t('home.pathways.title') }} @@ -150,12 +169,16 @@ const featuredEvents = [ loading="lazy" />

+
- -
-
+ +
+
+
+
+

{{ t('home.events.title') }} @@ -195,6 +218,7 @@ const featuredEvents = [ {{ t('home.events.seeAll') }}

+