Skip to content

Commit 44823b9

Browse files
committed
Design: Ajustar colores de Learning y Community para compatibilidad con Coderic
Learning: - Cambiar azul/indigo por amber/orange (tonos cálidos complementarios) - Hero: amber-600/orange-600/amber-700 - Acentos: amber-100, amber-600 - CTA: amber/orange con acentos naranja Community: - Cambiar verde/esmeralda por stone con acentos naranja - Hero: stone-700/stone-800/stone-900 con acento naranja - Acentos: stone-200 con iconos naranja - CTA: stone con acentos naranja - Mejor integración con paleta principal de Coderic
1 parent 9a4f20f commit 44823b9

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

community/index.html

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
title: "Community"
55
---
66
<!-- Hero Section -->
7-
<section class="bg-gradient-to-br from-green-600 via-emerald-700 to-green-800 text-white py-16 sm:py-20 lg:py-24">
7+
<section class="bg-gradient-to-br from-stone-700 via-stone-800 to-stone-900 text-white py-16 sm:py-20 lg:py-24">
88
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
99
<div class="text-center max-w-3xl mx-auto">
1010
<h1 class="text-4xl sm:text-5xl lg:text-6xl font-bold mb-6">
1111
When You Need <span class="text-orange-400">Help</span>
1212
</h1>
13-
<p class="text-lg sm:text-xl text-green-100 mb-8">
13+
<p class="text-lg sm:text-xl text-stone-200 mb-8">
1414
We know that maybe you won't succeed so easily without help. The community space is here to support you with discussion forums, guides, and artificial intelligence to answer your questions.
1515
</p>
1616
</div>
@@ -19,34 +19,34 @@ <h1 class="text-4xl sm:text-5xl lg:text-6xl font-bold mb-6">
1919

2020
<!-- Introduction -->
2121
<section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 sm:py-16 lg:py-20">
22-
<div class="bg-gradient-to-br from-green-50 to-emerald-50 border-2 border-green-200 rounded-xl p-8 sm:p-10 mb-16">
22+
<div class="bg-gradient-to-br from-stone-50 to-stone-100 border-2 border-stone-300 rounded-xl p-8 sm:p-10 mb-16">
2323
<div class="max-w-4xl mx-auto text-center">
2424
<h2 class="text-3xl sm:text-4xl font-bold text-stone-800 mb-6">You're Not Alone</h2>
2525
<p class="text-lg text-gray-700 mb-8">
2626
Learning and building projects can be challenging. Sometimes you need help, and that's okay. Our community provides multiple ways to get the support you need: discussion forums where you can ask questions and share knowledge, guides to help you navigate common challenges, and artificial intelligence to provide instant answers to your questions.
2727
</p>
2828
<div class="grid md:grid-cols-3 gap-6 mt-10">
2929
<div class="bg-white rounded-lg p-6">
30-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mx-auto mb-4">
31-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
30+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mx-auto mb-4">
31+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
3232
<path stroke-linecap="round" stroke-linejoin="round" d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12s4.03 8.25 9 8.25Zm4.5-13.5a8.25 8.25 0 0 0-9 0" />
3333
</svg>
3434
</div>
3535
<h3 class="text-xl font-bold text-stone-800 mb-2">Discussion Forums</h3>
3636
<p class="text-gray-600">Ask questions, share knowledge, and get help from the community</p>
3737
</div>
3838
<div class="bg-white rounded-lg p-6">
39-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mx-auto mb-4">
40-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
39+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mx-auto mb-4">
40+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
4141
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" />
4242
</svg>
4343
</div>
4444
<h3 class="text-xl font-bold text-stone-800 mb-2">Guides</h3>
4545
<p class="text-gray-600">Comprehensive guides to help you navigate common challenges</p>
4646
</div>
4747
<div class="bg-white rounded-lg p-6">
48-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mx-auto mb-4">
49-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
48+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mx-auto mb-4">
49+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
5050
<path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" />
5151
</svg>
5252
</div>
@@ -69,8 +69,8 @@ <h2 class="text-3xl sm:text-4xl font-bold text-stone-800 text-center mb-4">Discu
6969

7070
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mb-12">
7171
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
72-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
73-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
72+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
73+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
7474
<path stroke-linecap="round" stroke-linejoin="round" d="M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z" />
7575
<path stroke-linecap="round" stroke-linejoin="round" d="M6 6h.008v.008H6V6Z" />
7676
</svg>
@@ -86,8 +86,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Getting Started</h3>
8686
</div>
8787

8888
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
89-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
90-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
89+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
90+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
9191
<path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655-5.653a2.548 2.548 0 0 0-3.586 0L2.25 12.75m9.17 2.42-3.5-4.25" />
9292
</svg>
9393
</div>
@@ -102,8 +102,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Technical Questions</h3>
102102
</div>
103103

104104
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
105-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
106-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
105+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
106+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
107107
<path stroke-linecap="round" stroke-linejoin="round" d="M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" />
108108
</svg>
109109
</div>
@@ -118,8 +118,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Project Help</h3>
118118
</div>
119119

120120
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
121-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
122-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
121+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
122+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
123123
<path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418" />
124124
</svg>
125125
</div>
@@ -134,8 +134,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Knowledge Sharing</h3>
134134
</div>
135135

136136
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
137-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
138-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
137+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
138+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
139139
<path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z" />
140140
</svg>
141141
</div>
@@ -150,8 +150,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Community Support</h3>
150150
</div>
151151

152152
<div class="bg-white border-2 border-stone-200 rounded-lg p-6 hover:shadow-lg transition-shadow">
153-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
154-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
153+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
154+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
155155
<path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" />
156156
</svg>
157157
</div>
@@ -179,8 +179,8 @@ <h2 class="text-3xl sm:text-4xl font-bold text-stone-800 text-center mb-4">Commu
179179

180180
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
181181
<div class="bg-white rounded-lg p-6 shadow-sm">
182-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
183-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
182+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
183+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
184184
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" />
185185
</svg>
186186
</div>
@@ -189,8 +189,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Getting Started Guides</h3>
189189
</div>
190190

191191
<div class="bg-white rounded-lg p-6 shadow-sm">
192-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
193-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
192+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
193+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
194194
<path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655-5.653a2.548 2.548 0 0 0-3.586 0L2.25 12.75m9.17 2.42-3.5-4.25" />
195195
</svg>
196196
</div>
@@ -199,8 +199,8 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Troubleshooting Guides</h3>
199199
</div>
200200

201201
<div class="bg-white rounded-lg p-6 shadow-sm">
202-
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
203-
<svg class="w-6 h-6 text-green-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
202+
<div class="w-12 h-12 bg-stone-200 rounded-lg flex items-center justify-center mb-4">
203+
<svg class="w-6 h-6 text-orange-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
204204
<path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z" />
205205
</svg>
206206
</div>
@@ -212,25 +212,25 @@ <h3 class="text-xl font-bold text-stone-800 mb-2">Best Practices</h3>
212212
</section>
213213

214214
<!-- AI Assistant Section -->
215-
<section class="bg-gradient-to-br from-green-600 to-emerald-700 text-white py-12 sm:py-16 lg:py-20">
215+
<section class="bg-gradient-to-br from-stone-800 to-stone-900 text-white py-12 sm:py-16 lg:py-20">
216216
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
217217
<div class="max-w-4xl mx-auto text-center">
218218
<h2 class="text-3xl sm:text-4xl font-bold mb-6">AI-Powered Help</h2>
219-
<p class="text-lg text-green-100 mb-8">
219+
<p class="text-lg text-stone-200 mb-8">
220220
Get instant answers to your questions with our artificial intelligence assistant. Available 24/7 to help you with coding questions, debugging, explanations, and more.
221221
</p>
222222
<div class="grid md:grid-cols-2 gap-6 text-left">
223-
<div class="bg-green-700 rounded-lg p-6">
223+
<div class="bg-stone-700 rounded-lg p-6 border-l-4 border-orange-500">
224224
<h3 class="text-xl font-bold mb-3">Quick Answers</h3>
225-
<p class="text-green-100">Get instant responses to technical questions, code explanations, and troubleshooting help.</p>
225+
<p class="text-stone-200">Get instant responses to technical questions, code explanations, and troubleshooting help.</p>
226226
</div>
227-
<div class="bg-green-700 rounded-lg p-6">
227+
<div class="bg-stone-700 rounded-lg p-6 border-l-4 border-orange-500">
228228
<h3 class="text-xl font-bold mb-3">Always Available</h3>
229-
<p class="text-green-100">Access help anytime, day or night, when you need it most during your development work.</p>
229+
<p class="text-stone-200">Access help anytime, day or night, when you need it most during your development work.</p>
230230
</div>
231231
</div>
232232
<div class="mt-8">
233-
<a href="/dashboard" class="bg-white hover:bg-gray-100 text-green-600 font-bold py-3 px-8 rounded-lg text-lg inline-block">
233+
<a href="/dashboard" class="bg-white hover:bg-gray-100 text-orange-600 font-bold py-3 px-8 rounded-lg text-lg inline-block">
234234
Try AI Assistant
235235
</a>
236236
</div>
@@ -246,13 +246,13 @@ <h2 class="text-3xl sm:text-4xl font-bold mb-6 text-stone-800">Need Help? We're
246246
Join our community forums, browse guides, or ask our AI assistant. We know that maybe you won't succeed so easily without help, and that's why we're here.
247247
</p>
248248
<div class="flex flex-col sm:flex-row gap-4 justify-center">
249-
<a href="/dashboard" class="bg-green-600 hover:bg-green-700 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block">
249+
<a href="/dashboard" class="bg-orange-600 hover:bg-orange-700 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block">
250250
Join Forums
251251
</a>
252252
<a href="/dashboard" class="bg-stone-700 hover:bg-stone-800 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block">
253253
Browse Guides
254254
</a>
255-
<a href="/dashboard" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block">
255+
<a href="/dashboard" class="bg-stone-800 hover:bg-stone-900 text-white font-bold py-3 px-8 rounded-lg text-lg inline-block border-2 border-orange-500">
256256
Ask AI Assistant
257257
</a>
258258
</div>

0 commit comments

Comments
 (0)