diff --git a/app/components/Nav.jsx b/app/components/Nav.jsx index 0ae1561..0c6bf05 100644 --- a/app/components/Nav.jsx +++ b/app/components/Nav.jsx @@ -5,6 +5,7 @@ const LINKS = [ { href: '#manifesto', label: 'Why Fibe' }, { href: '#features', label: 'Platform' }, { href: '#genies', label: 'Genies' }, + { href: '#anywhere', label: 'Any device, anywhere' }, { href: '#ownership', label: 'Security & Ownership' }, { href: '#clouds', label: 'Cloud guides' }, { href: '#everything', label: 'Everything included' }, diff --git a/app/page.jsx b/app/page.jsx index 2384735..d0b3de2 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -18,7 +18,7 @@ export default function Home() {
- No code required  ·  no DevOps  ·  no limits + No code required  ·  any device  ·  anywhere in the world

- Zero DevOps expertise. Zero setup ceremony. Just your idea, live. + Zero DevOps. Zero local setup. Zero powerful hardware. + Any device, anywhere in the world.

@@ -482,6 +483,57 @@ export default function Home() {
+ {/* ── ANY DEVICE ANYWHERE ── */} +
+
+

+ Develop from anywhere +

+

+ Your phone is now
+ a development machine. +

+

+ The entire dev environment lives in the cloud. Your device is just a window into it. + Open a browser, describe your idea, watch Genies build it — + from a Tokyo coffee shop, your couch or a $200 Chromebook. + Same experience everywhere. +

+ +
+ {[ + {icon:'📱', label:'Smartphone', desc:'Full terminal, editor and Genie control from your thumb. iOS or Android.'}, + {icon:'📲', label:'Tablet', desc:'Perfect for reviewing Genie progress, leaving feedback and approving changes.'}, + {icon:'💻', label:'Laptop / PC', desc:'The classic dev experience — but zero local setup. No Node, no Docker, nothing.'}, + {icon:'🖥️', label:'Any browser', desc:'Chrome, Safari, Firefox, Arc. If it has a browser, it runs Fibe.'}, + ].map(({icon, label, desc}) => ( +
+
{icon}
+

{label}

+

{desc}

+
+ ))} +
+ +
+ {[ + 'No local install. Ever.', + 'No powerful hardware required.', + 'Works on a $200 Chromebook.', + 'New device? Ready in 30 seconds.', + 'Internet + browser = full dev environment.', + 'Ship from anywhere in the world.', + ].map(s => ( + + {s} + + ))} +
+
+
+ {/* ── OWN EVERYTHING ── */}