|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>Netshare - Fast, Private, Local File Sharing</title> |
8 | 8 | <meta name="description" |
9 | | - content="Share files instantly between devices on your local network without internet. No cloud, no tracking, just speed."> |
| 9 | + content="Netshare is a free, open-source app to securely share files between two computers or between a computer and mobile device over the same Wi-Fi, without relying on the internet."> |
10 | 10 |
|
11 | 11 | <!-- Favicon --> |
12 | 12 | <link rel="icon" type="image/x-icon" href="assets/images/appicon.ico"> |
@@ -84,29 +84,36 @@ <h1>Fast, private file sharing on your local network.</h1> |
84 | 84 | <!-- Value Propositions --> |
85 | 85 | <section id="features"> |
86 | 86 | <div class="container"> |
| 87 | + <div class="feature-intro"> |
| 88 | + <h2>Share files on the same network, without relying on the Internet</h2> |
| 89 | + <p>Netshare is a free, open-source app for secure local network file sharing. It helps you transfer |
| 90 | + files between devices on the same network, share files between two computers, or |
| 91 | + between a computer and a mobile device.</p> |
| 92 | + </div> |
87 | 93 | <div class="features-grid"> |
88 | 94 | <div class="feature-card"> |
89 | 95 | <span class="feature-icon">🚀</span> |
90 | 96 | <h3>Local-first & blazing fast</h3> |
91 | | - <p>Files are transferred directly between devices over your local network, giving you maximum |
92 | | - speed without cloud bottlenecks.</p> |
| 97 | + <p>Files move directly between devices on your local network, making Netshare a fast option for |
| 98 | + transferring files between computers, mobile-computer, mobile-mobile on the same network.</p> |
93 | 99 | </div> |
94 | 100 | <div class="feature-card"> |
95 | 101 | <span class="feature-icon">🔒</span> |
96 | 102 | <h3>Privacy by design</h3> |
97 | | - <p>Your data never leaves your network. No uploads. No tracking. No external servers involved. |
98 | | - </p> |
| 103 | + <p>Your data stays on your network. No uploads, no tracking, and no external servers involved |
| 104 | + when you securely share files over your local network.</p> |
99 | 105 | </div> |
100 | 106 | <div class="feature-card"> |
101 | 107 | <span class="feature-icon">🌐</span> |
102 | 108 | <h3>Works without internet</h3> |
103 | | - <p>Netshare works perfectly in offline or restricted environments such as offices, labs, |
104 | | - factories, and internal networks.</p> |
| 109 | + <p>Share files without relying on the internet. Netshare works in offline or restricted |
| 110 | + environments such as offices, labs, factories, and internal networks.</p> |
105 | 111 | </div> |
106 | 112 | <div class="feature-card"> |
107 | 113 | <span class="feature-icon">📱</span> |
108 | 114 | <h3>Cross-platform</h3> |
109 | | - <p>Seamlessly share files across Android, iOS, and macOS devices on the same network.</p> |
| 115 | + <p>Share files between two computers or between a computer and a mobile device across Android, |
| 116 | + iOS, and macOS on the same network.</p> |
110 | 117 | </div> |
111 | 118 | </div> |
112 | 119 | </div> |
|
0 commit comments