@@ -3,19 +3,7 @@ import Packages from "@/components/Packages";
33import CodeExamples from "@/components/CodeExamples.tsx" ;
44import Footer from "@/components/Footer" ;
55import { Button } from "@/components/ui/button" ;
6- import {
7- ArrowRight ,
8- Car ,
9- Code ,
10- Diamond ,
11- FerrisWheel ,
12- Newspaper ,
13- Presentation ,
14- Radar ,
15- Rocket ,
16- Sparkles ,
17- Zap ,
18- } from "lucide-react" ;
6+ import { ArrowRight , Code , Radar , Rocket , Sparkles , Zap } from "lucide-react" ;
197import { useNavigate } from "react-router-dom" ;
208import Hero from "@/components/Hero.tsx" ;
219
@@ -37,12 +25,11 @@ const Index = () => {
3725 </ div >
3826
3927 < h1 className = "text-5xl md:text-7xl font-bold mb-6 bg-gradient-hero bg-clip-text text-transparent leading-tight" >
40- Simplifique seu ambiente de desenvolvimento
28+ Eleve seu nível de desenvolvimento
4129 </ h1 >
4230
43- < p className = "text-xl md:text-2xl text-muted-foreground mb-8 max-w-3xl mx-auto" >
44- Ferramentas modernas e elegantes para acelerar seu workflow. Foque no que importa: o
45- negócio do cliente!
31+ < p className = "text-xl md:text-2xl text-muted-foreground m-8 max-w-3xl mx-auto" >
32+ Utilize ferramentas modernas e elegantes para acelerar seu fluxo de trabalho e melhorar a experiência de desenvolvimento
4633 </ p >
4734
4835 < div className = "flex flex-col sm:flex-row gap-4 justify-center mb-12" >
@@ -63,6 +50,10 @@ const Index = () => {
6350 </ Button >
6451 </ div >
6552
53+ < p className = "text-xl md:text-2xl font-bold bg-gradient-hero bg-clip-text text-transparent mb-8 max-w-3xl mx-auto" >
54+ Foque no que importa: o negócio do cliente
55+ </ p >
56+
6657 < div className = "grid grid-cols-1 md:grid-cols-3 gap-8 mt-16" >
6758 < div className = "text-center" >
6859 < div className = "w-12 h-12 bg-gradient-primary rounded-xl mx-auto mb-4 flex items-center justify-center" >
0 commit comments