Remove element
Remove the selected element from the ComingSoon component.
This commit is contained in:
parent
da6674c61f
commit
efc95b4308
1 changed files with 0 additions and 12 deletions
|
|
@ -23,18 +23,6 @@ const ComingSoon = ({ title, description }: ComingSoonProps) => {
|
||||||
Coming Soon
|
Coming Soon
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="bg-surface border border-outline rounded-lg p-6 mb-8">
|
|
||||||
<p className="text-sm text-muted-foreground">
|
|
||||||
Want to be notified when this section launches? We're building something special that will include:
|
|
||||||
</p>
|
|
||||||
<ul className="text-sm text-muted-foreground mt-3 space-y-1">
|
|
||||||
<li>• Interactive learning modules</li>
|
|
||||||
<li>• Real-time collaboration tools</li>
|
|
||||||
<li>• Progress tracking and analytics</li>
|
|
||||||
<li>• Customizable difficulty levels</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Button asChild variant="outline">
|
<Button asChild variant="outline">
|
||||||
<Link to="/" className="inline-flex items-center">
|
<Link to="/" className="inline-flex items-center">
|
||||||
<ArrowLeft className="w-4 h-4 mr-2" />
|
<ArrowLeft className="w-4 h-4 mr-2" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue