From 59495cabf37f95dbe860a0b484746566998216ba Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 8 Apr 2026 18:36:49 +0200 Subject: [PATCH] feat(03-02): landing page with 6 sections - HeroSection, FeaturedProjectsSection, ServicesSection - TestimonialsSection, FAQSection with homeFAQs, CTASection - Preserved useSeoMeta and JSON-LD from Phase 2 stub --- app/pages/index.vue | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 0a67924..8807574 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,4 +1,6 @@