chore: reorder and refine homepage features copy

This commit is contained in:
Radosław Gierwiało
2025-12-06 17:05:35 +01:00
parent e433fc2dfb
commit b02fd7151d

View File

@@ -90,19 +90,6 @@ const HomePage = () => {
</div>
<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="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" />
@@ -129,6 +116,19 @@ const HomePage = () => {
</p>
</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="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" />
@@ -137,8 +137,8 @@ const HomePage = () => {
Secure & Private
</h3>
<p className="text-gray-600">
Your videos and conversations are end-to-end encrypted. What you share
stays between you and your partner.
Your video transfers run P2P with encryption in transit. Chats stay private to your
event room or match partner.
</p>
</div>