Remove section from index page

Remove the selected section from the index page.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-19 13:06:54 +00:00
parent 9bf592d4f9
commit ae2d6848d4

View file

@ -39,46 +39,6 @@ const Index = () => {
</div> </div>
</section> </section>
{/* Feature Cards */}
<section className="py-16 px-4 bg-surface-variant">
<div className="max-w-6xl mx-auto">
<h2 className="text-3xl font-bold text-center text-foreground mb-12">
What You'll Find Here
</h2>
<div className="grid md:grid-cols-3 gap-8">
<div className="bg-surface border border-outline rounded-lg p-8 text-center shadow-card">
<div className="w-16 h-16 bg-accent/10 rounded-full flex items-center justify-center mx-auto mb-6">
<BookOpen className="w-8 h-8 text-accent" />
</div>
<h3 className="text-xl font-semibold text-foreground mb-4">Educational Themes</h3>
<p className="text-muted-foreground">
Comprehensive interactive modules covering computer science, mathematics, and algorithm design fundamentals.
</p>
</div>
<div className="bg-surface border border-outline rounded-lg p-8 text-center shadow-card">
<div className="w-16 h-16 bg-accent/10 rounded-full flex items-center justify-center mx-auto mb-6">
<Puzzle className="w-8 h-8 text-accent" />
</div>
<h3 className="text-xl font-semibold text-foreground mb-4">Interactive Puzzles</h3>
<p className="text-muted-foreground">
Engaging problem-solving activities that reinforce theoretical concepts through hands-on practice.
</p>
</div>
<div className="bg-surface border border-outline rounded-lg p-8 text-center shadow-card">
<div className="w-16 h-16 bg-accent/10 rounded-full flex items-center justify-center mx-auto mb-6">
<Sparkles className="w-8 h-8 text-accent" />
</div>
<h3 className="text-xl font-semibold text-foreground mb-4">Creative Tools</h3>
<p className="text-muted-foreground">
Unique educational experiments and miscellaneous interactive content to spark curiosity and creativity.
</p>
</div>
</div>
</div>
</section>
{/* CTA Section */} {/* CTA Section */}
<section className="py-20 px-4"> <section className="py-20 px-4">