11---
2- import { Flame , Sparkles , Stars } from " lucide-astro" ;
2+ import { Flame , Sparkles , Stars , CloudFog , Brain , Glasses , PartyPopper } from " lucide-astro" ;
3+ import Hero from " ./Hero.astro" ;
34---
45
56{ /* Features Section */ }
@@ -11,53 +12,57 @@ import { Flame, Sparkles, Stars } from "lucide-astro";
1112 class =" group relative overflow-hidden rounded-2xl border border-purple-500/20 bg-purple-500/[0.02] p-6 transition-all duration-300 hover:bg-purple-500/[0.04] hover:shadow-[0_0_30px_rgba(139,92,246,0.1)] hover:-translate-y-1"
1213 >
1314 <div
14- class =" absolute inset-0 bg-gradient-to-br from-purple-500/10 via-transparent to-transparent opacity-0 transition-opacity group-hover:opacity-100"
15+ class =" absolute inset-0 bg-gradient-to-br from-purple-500/8 via-transparent to-transparent opacity-60 transition-opacity group-hover:opacity-100"
1516 >
1617 </div >
1718 <div class =" mb-4 inline-flex rounded-xl bg-purple-500/10 p-3" >
18- <Flame class =" h-6 w-6 text-purple-400" />
19+ <Brain class =" h-6 w-6 text-purple-400" />
1920 </div >
2021 <h3 class =" mb-2 text-xl font-semibold text-purple-200" >
21- Console Magic
22+ Peace of mind
2223 </h3 >
2324 <p class =" text-purple-200/70" >
24- Transform your browser console into a dazzling display with just a simple phrase .
25+ Embed Cascarilla.js into your website and rest assured everything will be just fine .
2526 </p >
2627 </div >
2728
2829 <div
29- class =" group relative overflow-hidden rounded-2xl border border-pink -500/20 bg-pink -500/[0.02] p-6 transition-all duration-300 hover:bg-pink -500/[0.04] hover:shadow-[0_0_30px_rgba(236,72,153 ,0.1)] hover:-translate-y-1"
30+ class =" group relative overflow-hidden rounded-2xl border border-red -500/20 bg-orange -500/[0.02] p-6 transition-all duration-300 hover:bg-red -500/[0.04] hover:shadow-[0_0_30px_rgba(239,131,68 ,0.1)] hover:-translate-y-1"
3031 >
3132 <div
32- class =" absolute inset-0 bg-gradient-to-br from-pink -500/10 via-transparent to-transparent opacity-0 transition-opacity group-hover:opacity-100"
33+ class =" absolute inset-0 bg-gradient-to-br from-red -500/8 via-transparent to-transparent opacity-60 transition-opacity group-hover:opacity-100"
3334 >
3435 </div >
35- <div class =" mb-4 inline-flex rounded-xl bg-pink -500/10 p-3" >
36- <Stars class =" h-6 w-6 text-pink -400" />
36+ <div class =" mb-4 inline-flex rounded-xl bg-red -500/10 p-3" >
37+ <Flame class =" h-6 w-6 text-red -400" />
3738 </div >
38- <h3 class =" mb-2 text-xl font-semibold text-pink -200" >
39- Effortless Incantations
39+ <h3 class =" mb-2 text-xl font-semibold text-red -200" >
40+ Fire prove your site
4041 </h3 >
41- <p class =" text-pink -200/70" >
42- Invoke powerful console displays with minimal code - just speak the magic words .
42+ <p class =" text-red -200/70" >
43+ It is statistically demonstrated that the use of Cascarilla.js results in less crashes in production .
4344 </p >
4445 </div >
4546
4647 <div
47- class =" group relative overflow-hidden rounded-2xl border border-red -500/20 bg-red -500/[0.02] p-6 transition-all duration-300 hover:bg-red -500/[0.04] hover:shadow-[0_0_30px_rgba(239,68,68 ,0.1)] hover:-translate-y-1"
48+ class =" group relative overflow-hidden rounded-2xl border border-pink -500/20 bg-pink -500/[0.02] p-6 transition-all duration-300 hover:bg-pink -500/[0.04] hover:shadow-[0_0_30px_rgba(236,72,153 ,0.1)] hover:-translate-y-1"
4849 >
4950 <div
50- class =" absolute inset-0 bg-gradient-to-br from-red -500/10 via-transparent to-transparent opacity-0 transition-opacity group-hover:opacity-100"
51+ class =" absolute inset-0 bg-gradient-to-br from-pink -500/8 via-transparent to-transparent opacity-60 transition-opacity group-hover:opacity-100"
5152 >
5253 </div >
53- <div class =" mb-4 inline-flex rounded-xl bg-red -500/10 p-3" >
54- <Sparkles class =" h-6 w-6 text-red -400" />
54+ <div class =" mb-4 inline-flex rounded-xl bg-pink -500/10 p-3" >
55+ <PartyPopper class =" h-6 w-6 text-pink -400" />
5556 </div >
56- <h3 class =" mb-2 text-xl font-semibold text-red-200" >Visual Spellcraft</h3 >
57- <p class =" text-red-200/70" >
58- Cast stunning visual effects in your console with simple, memorable phrases.
57+ <h3 class =" mb-2 text-xl font-semibold text-pink-200" >
58+ Be cool
59+ </h3 >
60+ <p class =" text-pink-200/70" >
61+ By using Cascarilla.js you officially belong to the coolest of Cuban developers, no matter where you are.
5962 </p >
6063 </div >
64+
65+
6166 </div >
6267 </div >
6368</section >
0 commit comments