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() {