Skip to content

Commit 2deb18b

Browse files
committed
Add new features to FeaturesPlanet component: Community Support and Anytime, Anywhere Access, enhancing user engagement and learning flexibility.
1 parent 734b4d6 commit 2deb18b

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

components/features-planet.tsx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,42 @@ export default function FeaturesPlanet() {
140140
smarter, and better.
141141
</p>
142142
</article>
143+
{/* New Feature: Community Support */}
144+
<article>
145+
<h3 className="mb-2 flex items-center space-x-2 font-medium text-gray-200">
146+
<svg
147+
xmlns="http://www.w3.org/2000/svg"
148+
width={16}
149+
height={16}
150+
fill="#c1ff72"
151+
>
152+
<path d="M8 2a3 3 0 0 1 3 3v1h1a3 3 0 0 1 3 3v1a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3 3 3 0 0 1-3-3v-1H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1V4a3 3 0 0 1 3-3z" />
153+
</svg>
154+
<span>Community Support</span>
155+
</h3>
156+
<p className="text-[15px] text-gray-400">
157+
Connect, share, and grow with a supportive community of learners
158+
and mentors.
159+
</p>
160+
</article>
161+
{/* New Feature: Anytime, Anywhere Access */}
162+
<article>
163+
<h3 className="mb-2 flex items-center space-x-2 font-medium text-gray-200">
164+
<svg
165+
xmlns="http://www.w3.org/2000/svg"
166+
width={16}
167+
height={16}
168+
fill="#c1ff72"
169+
>
170+
<path d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3zm.5 2v3.25l2.25 1.35-.5.87L7.5 8V5h1z" />
171+
</svg>
172+
<span>Anytime, Anywhere Access</span>
173+
</h3>
174+
<p className="text-[15px] text-gray-400">
175+
Learn at your own pace, on any device, whenever and wherever you
176+
want.
177+
</p>
178+
</article>
143179
</div>
144180
</div>
145181
</div>

0 commit comments

Comments
 (0)