Skip to content

Commit 1807567

Browse files
committed
hide featured maps
1 parent ed11970 commit 1807567

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

platforms/web/src/Landing.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ function Landing() {
7373
<div className="use-case-content">
7474
<h2>Perfect for Teachers and Students</h2>
7575
<p>
76-
Teachers can build custom LearningMaps and share them instantly with their class.
77-
Students can edit or study the same map, with every change kept locally in their
76+
Teachers can build custom LearningMaps and share them instantly with their class.
77+
Students can edit or study the same map, with every change kept locally in their
7878
own browser. No accounts required, no data collected—just pure learning.
7979
</p>
8080
</div>
8181
</section>
8282

83-
{/* Featured LearningMaps */}
83+
{/* Featured LearningMaps
8484
<section className="featured-section">
8585
<h2 className="featured-title">Featured LearningMaps</h2>
8686
<p className="featured-subtitle">
@@ -114,11 +114,12 @@ function Landing() {
114114
))}
115115
</div>
116116
</section>
117+
*/}
117118

118119
{/* Local Storage Note */}
119120
<section className="info-banner">
120121
<div className="info-content">
121-
<strong>🔒 Privacy First:</strong> All maps are saved locally in your browser,
122+
<strong>🔒 Privacy First:</strong> All maps are saved locally in your browser,
122123
ensuring complete privacy and offline access. Your data never leaves your device.
123124
</div>
124125
</section>

0 commit comments

Comments
 (0)