From 91ac322c575de192610e074d89be8dc7cc01c0a2 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 8 Apr 2026 18:38:01 +0200 Subject: [PATCH] feat(03-03): build Fiverr page with hero, service cards, FAQ accordion, and CTA - Hero with stats (available services count, rating) and profile CTA - Service cards grid with NuxtImg, price/status badges, order buttons - FAQSection with UAccordion using homeFAQs data - Final CTA section linking to Fiverr profile --- app/pages/fiverr.vue | 137 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 134 insertions(+), 3 deletions(-) diff --git a/app/pages/fiverr.vue b/app/pages/fiverr.vue index 5fcae1b..b8d76ce 100644 --- a/app/pages/fiverr.vue +++ b/app/pages/fiverr.vue @@ -1,4 +1,7 @@