From 7a985a6c20107eb6d93345bc07c1aeb1307f3f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raj=C3=A3o?= <240416@epvc.pt> Date: Fri, 6 Mar 2026 10:58:02 +0000 Subject: [PATCH] teste --- src/sections/Features.tsx | 2 +- src/sections/Hero.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Features.tsx b/src/sections/Features.tsx index 9703327..b83987c 100644 --- a/src/sections/Features.tsx +++ b/src/sections/Features.tsx @@ -9,7 +9,7 @@ const features = [ }, { icon: Route, - title: 'Cálculo da distância percorrida!!!!!!!', + title: 'Cálculo da distância percorrida', description: 'Saiba exatamente quantos quilômetros você já completou', }, { diff --git a/src/sections/Hero.tsx b/src/sections/Hero.tsx index b531774..882acc4 100644 --- a/src/sections/Hero.tsx +++ b/src/sections/Hero.tsx @@ -6,7 +6,7 @@ import { Badge } from '@/components/ui/badge'; const features = [ 'GPS Integrado de Alta Precisão', 'Display HUD em Tempo Real', - 'Processador ESP32 Dual-Core', + 'Processador ESP32 Dual-Coreeee', ]; export function Hero() {