chore: reorder and refine homepage features copy
This commit is contained in:
@@ -90,19 +90,6 @@ const HomePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid md:grid-cols-3 gap-8">
|
<div className="grid md:grid-cols-3 gap-8">
|
||||||
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
|
||||||
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
|
||||||
<Camera className="w-6 h-6 text-primary-600" />
|
|
||||||
</div>
|
|
||||||
<h3 className="text-xl font-semibold text-gray-900 mb-3">
|
|
||||||
P2P Video Sharing
|
|
||||||
</h3>
|
|
||||||
<p className="text-gray-600">
|
|
||||||
Share videos directly with your partners using secure peer-to-peer WebRTC
|
|
||||||
technology. Fast, private, and encrypted.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
||||||
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
||||||
<Users className="w-6 h-6 text-primary-600" />
|
<Users className="w-6 h-6 text-primary-600" />
|
||||||
@@ -129,6 +116,19 @@ const HomePage = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
||||||
|
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
||||||
|
<Camera className="w-6 h-6 text-primary-600" />
|
||||||
|
</div>
|
||||||
|
<h3 className="text-xl font-semibold text-gray-900 mb-3">
|
||||||
|
P2P Video Sharing
|
||||||
|
</h3>
|
||||||
|
<p className="text-gray-600">
|
||||||
|
Share videos directly with your partners using secure peer-to-peer WebRTC
|
||||||
|
technology. Fast, private, and encrypted.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
<div className="bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition">
|
||||||
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
<div className="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4">
|
||||||
<Shield className="w-6 h-6 text-primary-600" />
|
<Shield className="w-6 h-6 text-primary-600" />
|
||||||
@@ -137,8 +137,8 @@ const HomePage = () => {
|
|||||||
Secure & Private
|
Secure & Private
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-gray-600">
|
<p className="text-gray-600">
|
||||||
Your videos and conversations are end-to-end encrypted. What you share
|
Your video transfers run P2P with encryption in transit. Chats stay private to your
|
||||||
stays between you and your partner.
|
event room or match partner.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user