Added game of life background

This commit is contained in:
2025-03-18 17:17:11 +01:00
parent 11d19d0236
commit 2629d485bf
3 changed files with 123 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<script setup>
import GOLbackground from '@/components/GOLbackground.vue';
import welcome from '@/components/home/welcome.vue';
import intersection from '@/components/home/intersection.vue';
import presentation from '@/components/home/presentation.vue';
@@ -42,6 +43,8 @@
<template>
<GOLbackground />
<welcome/>
<intersection text="Lorem ipsum dolor sit amet" button-text="En savoir plus" button-link="#"/>