This commit is contained in:
2025-10-02 09:24:41 -04:00
parent 3b206e3f79
commit b4db0461a0
5 changed files with 20 additions and 0 deletions

12
components/Footer.vue Normal file
View File

@@ -0,0 +1,12 @@
<template>
<footer class="bg-gray-100 border-t border-gray-200 mt-auto">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
<p class="text-center text-sm text-gray-600">
Created for New Life Christian Church by Joshua Ryder with AI assistance
</p>
</div>
</footer>
</template>
<script setup lang="ts">
</script>