From ffa6ba8bfe7a071d40993f26090014f3398f9645 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 8 Apr 2026 18:37:34 +0200 Subject: [PATCH] feat(03-03): build About page with tech stack badges and Contact page with form - About: hero bio, 5 tech categories with TechBadge (UCard grid), approach cards, CTA - Contact: hero stats, ContactForm component, contact info from siteConfig, social links, FAQ cards --- app/pages/about.vue | 153 +++++++++++++++++++++++++++++++++++++++++- app/pages/contact.vue | 123 ++++++++++++++++++++++++++++++++- 2 files changed, 270 insertions(+), 6 deletions(-) diff --git a/app/pages/about.vue b/app/pages/about.vue index da9f7dc..cf60789 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -1,4 +1,6 @@ diff --git a/app/pages/contact.vue b/app/pages/contact.vue index 40efc6c..317fb90 100644 --- a/app/pages/contact.vue +++ b/app/pages/contact.vue @@ -1,4 +1,6 @@