Moved to Vue. Making it Vuetiful
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m29s

This commit is contained in:
2026-01-25 16:17:20 -07:00
parent 58ae6d5d0c
commit 6b51d34490
9 changed files with 1566 additions and 919 deletions

View File

@@ -6,7 +6,7 @@ import { siteConfig } from "../config/site";
import HeroSection from "../components/sections/HeroSection.astro";
import ServicesSection from "../components/sections/ServicesSection.astro";
import AboutSection from "../components/sections/AboutSection.astro";
import ContactSection from "../components/sections/ContactSection.tsx";
import ContactSection from "../components/sections/ContactSection.vue";
const pageMetaInfo = {
title: siteConfig.name,