From 3659ac334babdc297161eb25e22c2dfd61020eea Mon Sep 17 00:00:00 2001 From: Andre Torquato Date: Mon, 27 Oct 2025 12:24:30 -0300 Subject: [PATCH] feat: add navigation event --- src/App.vue | 14 +++++++++++--- src/components/Header.vue | 5 ++++- src/components/Hero.vue | 4 +++- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index ef402a4..a63bb36 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,14 +12,22 @@ className="absolute -bottom-8 left-20 w-96 h-96 rounded-full mix-blend-multiply filter blur-3xl opacity-20 animate-blob animation-delay-4000" :style="{ backgroundColor: '#71BEDB' }"> -
- +
+ -