Skip to content

Commit e3b68e2

Browse files
committed
feat: revisão inicial
1 parent 35f834b commit e3b68e2

File tree

5 files changed

+38
-26
lines changed

5 files changed

+38
-26
lines changed

src/index.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ All colors MUST be HSL.
3939
/* Package-specific colors */
4040
--constructo: 220 85% 58%;
4141
--constructo-foreground: 0 0% 98%;
42-
--constructo-glow: 220 90% 70%;
42+
--constructo-glow: 200 90% 70%;
4343

44-
--serendipity: 350 75% 60%;
44+
--serendipity: 20 85% 65%;
4545
--serendipity-foreground: 0 0% 98%;
46-
--serendipity-glow: 350 85% 72%;
46+
--serendipity-glow: 45 80% 60%;
4747

48-
--effulgence: 155 75% 45%;
48+
--effulgence: 200 60% 60%;
4949
--effulgence-foreground: 0 0% 98%;
50-
--effulgence-glow: 155 85% 58%;
50+
--effulgence-glow: 180 80% 60%;
5151

5252
--destructive: 0 84.2% 60.2%;
5353
--destructive-foreground: 0 0% 98%;
@@ -124,15 +124,15 @@ All colors MUST be HSL.
124124
/* Package-specific colors for dark mode */
125125
--constructo: 220 70% 65%;
126126
--constructo-foreground: 222.2 47.4% 11.2%;
127-
--constructo-glow: 220 85% 75%;
127+
--constructo-glow: 200 85% 75%;
128128

129-
--serendipity: 350 70% 65%;
129+
--serendipity: 35 75% 65%;
130130
--serendipity-foreground: 222.2 47.4% 11.2%;
131-
--serendipity-glow: 350 80% 78%;
131+
--serendipity-glow: 45 90% 60%;
132132

133-
--effulgence: 155 65% 55%;
133+
--effulgence: 190 60% 60%;
134134
--effulgence-foreground: 222.2 47.4% 11.2%;
135-
--effulgence-glow: 155 75% 68%;
135+
--effulgence-glow: 170 70% 60%;
136136

137137
--destructive: 0 62.8% 30.6%;
138138
--destructive-foreground: 210 40% 98%;

src/pages/Constructo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $service = $container->resolve(UserService::class);`;
6565
{/* Hero Section */}
6666
<Hero>
6767
<div className="w-20 h-20 bg-gradient-constructo rounded-3xl mx-auto mb-8 flex items-center justify-center shadow-constructo">
68-
<Settings className="w-10 h-10 text-constructo-foreground" />
68+
<Blocks className="w-10 h-10 text-constructo-foreground" />
6969
</div>
7070

7171
<h1 className="text-5xl md:text-6xl font-bold mb-6 bg-gradient-hero bg-clip-text text-transparent">
@@ -78,7 +78,7 @@ $service = $container->resolve(UserService::class);`;
7878
</p>
7979

8080
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
81-
<Button size="lg" className="bg-gradient-constructo shadow-constructo">
81+
<Button size="lg" className="bg-gradient-constructo text-constructo-foreground shadow-glow">
8282
<Download className="w-5 h-5 mr-2" />
8383
Instalar via Composer
8484
</Button>

src/pages/Effulgence.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ class UserController extends BaseController
6666

6767
{/* Hero Section */}
6868
<Hero>
69-
<div className="w-20 h-20 bg-gradient-success rounded-3xl mx-auto mb-8 flex items-center justify-center shadow-elegant">
70-
<Layers className="w-10 h-10 text-success-foreground" />
69+
<div className="w-20 h-20 bg-gradient-effulgence rounded-3xl mx-auto mb-8 flex items-center justify-center shadow-elegant">
70+
<Layers className="w-10 h-10 text-effulgence-foreground" />
7171
</div>
7272

7373
<h1 className="text-5xl md:text-6xl font-bold mb-6 bg-gradient-hero bg-clip-text text-transparent">
@@ -80,7 +80,7 @@ class UserController extends BaseController
8080
</p>
8181

8282
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
83-
<Button size="lg" className="bg-gradient-effulgence shadow-effulgence">
83+
<Button size="lg" className="bg-gradient-effulgence text-effulgence-foreground shadow-glow">
8484
<Download className="w-5 h-5 mr-2" />
8585
Instalar via Composer
8686
</Button>

src/pages/Index.tsx

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ import Packages from "@/components/Packages";
33
import CodeExamples from "@/components/CodeExamples.tsx";
44
import Footer from "@/components/Footer";
55
import { Button } from "@/components/ui/button";
6-
import { ArrowRight, Code, Sparkles, Zap } from "lucide-react";
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";
719
import { useNavigate } from "react-router-dom";
820
import Hero from "@/components/Hero.tsx";
921

@@ -62,23 +74,23 @@ const Index = () => {
6274
</p>
6375
</div>
6476

77+
<div className="text-center">
78+
<div className="w-12 h-12 bg-gradient-success rounded-xl mx-auto mb-4 flex items-center justify-center">
79+
<Radar className="w-6 h-6 text-success-foreground" />
80+
</div>
81+
<h3 className="text-lg font-semibold mb-2">Moderno</h3>
82+
<p className="text-muted-foreground">Usando as melhores práticas e padrões atuais</p>
83+
</div>
84+
6585
<div className="text-center">
6686
<div className="w-12 h-12 bg-gradient-accent rounded-xl mx-auto mb-4 flex items-center justify-center">
67-
<Zap className="w-6 h-6 text-accent-foreground" />
87+
<Rocket className="w-6 h-6 text-accent-foreground" />
6888
</div>
6989
<h3 className="text-lg font-semibold mb-2">Performático</h3>
7090
<p className="text-muted-foreground">
7191
Otimizado para alta performance e baixo overhead
7292
</p>
7393
</div>
74-
75-
<div className="text-center">
76-
<div className="w-12 h-12 bg-gradient-success rounded-xl mx-auto mb-4 flex items-center justify-center">
77-
<Sparkles className="w-6 h-6 text-success-foreground" />
78-
</div>
79-
<h3 className="text-lg font-semibold mb-2">Moderno</h3>
80-
<p className="text-muted-foreground">Usando as melhores práticas e padrões atuais</p>
81-
</div>
8294
</div>
8395
</div>
8496
</Hero>

src/pages/Serendipity.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $router->group(['middleware' => 'auth'], function($router) {
7575
</p>
7676

7777
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
78-
<Button size="lg" className="bg-gradient-serendipity shadow-serendipity">
78+
<Button size="lg" className="bg-gradient-serendipity text-serendipity-foreground shadow-glow">
7979
<Download className="w-5 h-5 mr-2" />
8080
Instalar via Composer
8181
</Button>

0 commit comments

Comments
 (0)