various cleanup

This commit is contained in:
Will Freeman
2025-11-20 22:57:25 -07:00
parent a3321908a8
commit 1a36c547f0
27 changed files with 916 additions and 873 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
<template>
<DefaultLayout no-bottom-margin>
<div class="app-page">
<!-- Hero Section -->
<section class="hero-section">
@@ -218,11 +219,11 @@
</v-container>
</section>
</div>
<Footer />
</DefaultLayout>
</template>
<script setup lang="ts">
import Footer from '@/components/layout/Footer.vue';
import DefaultLayout from '@/layouts/DefaultLayout.vue';
import { ref, computed } from 'vue';
interface Feature {