@@ -3,25 +3,25 @@ import Footer from "@/components/Footer";
33import { Button } from "@/components/ui/button" ;
44import { Card , CardContent , CardDescription , CardHeader , CardTitle } from "@/components/ui/card" ;
55import { Badge } from "@/components/ui/badge" ;
6- import { Code , Download , ExternalLink , CheckCircle , Sparkles , Shield , Gauge } from "lucide-react" ;
6+ import { Code , Download , ExternalLink , CheckCircle , Zap , Shield , Gauge } from "lucide-react" ;
77import Hero from "@/components/Hero.tsx" ;
88
99const Serendipity = ( ) => {
1010 const features = [
1111 {
12- icon : < Sparkles className = "w-6 h-6" /> ,
13- title : "API Elegante " ,
14- description : "Interface intuitiva e expressiva para desenvolvimento ágil " ,
12+ icon : < Zap className = "w-6 h-6 text-serendipity " /> ,
13+ title : "Roteamento Moderno " ,
14+ description : "Roteamento automático com annotations PHP 8+ para APIs e Workers " ,
1515 } ,
1616 {
17- icon : < Shield className = "w-6 h-6" /> ,
18- title : "Segurança Integrada " ,
19- description : "Proteções automáticas contra vulnerabilidades comuns " ,
17+ icon : < Shield className = "w-6 h-6 text-serendipity " /> ,
18+ title : "Tratamento de Erros " ,
19+ description : "Sistema automático de captura e tratamento de erros em background " ,
2020 } ,
2121 {
22- icon : < Gauge className = "w-6 h-6" /> ,
23- title : "Alta Performance" ,
24- description : "Otimizações inteligentes para máxima velocidade " ,
22+ icon : < Gauge className = "w-6 h-6 text-serendipity " /> ,
23+ title : "Performance Hyperf " ,
24+ description : "Aproveite toda a performance do Swoole com simplicidade " ,
2525 } ,
2626 ] ;
2727
@@ -62,7 +62,7 @@ $router->group(['middleware' => 'auth'], function($router) {
6262 { /* Hero Section */ }
6363 < Hero >
6464 < div className = "w-20 h-20 bg-gradient-serendipity rounded-3xl mx-auto mb-8 flex items-center justify-center shadow-serendipity" >
65- < Sparkles className = "w-10 h-10 text-serendipity-foreground" />
65+ < Zap className = "w-10 h-10 text-serendipity-foreground" />
6666 </ div >
6767
6868 < h1 className = "text-5xl md:text-6xl font-bold mb-6 bg-gradient-hero bg-clip-text text-transparent" >
0 commit comments