Remove section
Remove the selected section from the index page.
This commit is contained in:
parent
ae2d6848d4
commit
bac8ef570d
1 changed files with 0 additions and 37 deletions
|
|
@ -40,43 +40,6 @@ const Index = () => {
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{/* CTA Section */}
|
|
||||||
<section className="py-20 px-4">
|
|
||||||
<div className="max-w-4xl mx-auto text-center">
|
|
||||||
<h2 className="text-3xl font-bold text-foreground mb-6">
|
|
||||||
Ready to Start Learning?
|
|
||||||
</h2>
|
|
||||||
<p className="text-lg text-muted-foreground mb-8">
|
|
||||||
Choose your path and dive into interactive educational content designed to make complex concepts accessible and engaging.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div className="grid sm:grid-cols-3 gap-4 max-w-2xl mx-auto">
|
|
||||||
<Button asChild variant="outline" className="h-auto p-6">
|
|
||||||
<Link to="/themes" className="flex flex-col items-center">
|
|
||||||
<BookOpen className="w-6 h-6 mb-2" />
|
|
||||||
<span className="font-semibold">Themes</span>
|
|
||||||
<span className="text-xs text-muted-foreground">Structured Learning</span>
|
|
||||||
</Link>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button asChild variant="outline" className="h-auto p-6">
|
|
||||||
<Link to="/puzzles" className="flex flex-col items-center">
|
|
||||||
<Puzzle className="w-6 h-6 mb-2" />
|
|
||||||
<span className="font-semibold">Puzzles</span>
|
|
||||||
<span className="text-xs text-muted-foreground">Problem Solving</span>
|
|
||||||
</Link>
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button asChild variant="outline" className="h-auto p-6">
|
|
||||||
<Link to="/miscellany" className="flex flex-col items-center">
|
|
||||||
<Sparkles className="w-6 h-6 mb-2" />
|
|
||||||
<span className="font-semibold">Miscellany</span>
|
|
||||||
<span className="text-xs text-muted-foreground">Creative Tools</span>
|
|
||||||
</Link>
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue