+ {/* Hero */}
+
+
+ terminal
+
+
9Remote
+
+ Access your terminal, desktop & files from anywhere
+
+
+
+ {/* Feature cards */}
+
+ {FEATURES.map(({ icon, label, desc }) => (
+
+
{icon}
+
{label}
+
{desc}
+
+ ))}
+
+
+ {/* Bullets */}
+
+ {BULLETS.map(({ icon, text }) => (
+
+ {icon}
+ {text}
+
+ ))}
+
+
+ {/* CTA */}
+
+