diff --git a/components/Banner.vue b/components/Banner.vue new file mode 100644 index 0000000..b79e91d --- /dev/null +++ b/components/Banner.vue @@ -0,0 +1,51 @@ + + + + + + + + {{ title }} + + + {{ topic }} + + + {{ + description + }} + + + + {{ link?.name }} + + + + + diff --git a/components/Carousel.vue b/components/Carousel.vue index 2fd0f85..a479c9a 100644 --- a/components/Carousel.vue +++ b/components/Carousel.vue @@ -18,7 +18,7 @@ useIntervalFn(() => { > - + + - - - - - {{ $t(sectionFour.topic) }} - - - {{ - $t(sectionFour.description) - }} - - - - {{ $t(sectionFour.link.name) }} - - - - + @@ -229,19 +215,7 @@ const sectionNine = useSectionNine() - - - - - {{ $t(sectionSeven.title) }} - - - {{ $t(sectionSeven.topic) }} - - - +
+ {{ title }} +
+ {{ + description + }} +
- {{ - $t(sectionFour.description) - }} -
- {{ $t(sectionSeven.title) }} -