diff --git a/client/index.html b/client/index.html
index 4b4d09e..48ef131 100644
--- a/client/index.html
+++ b/client/index.html
@@ -3,6 +3,8 @@
{
console.log('Twitter share clicked:', getShareUrl());
- window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch: ${video.title}`)}`, '_blank', 'width=600,height=400');
+ window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch "${video.title}" on g4.video`)}`, '_blank', 'width=600,height=400');
}}
className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer"
>
@@ -611,7 +611,7 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
{
console.log('WhatsApp share clicked:', getShareUrl());
- window.open(`https://wa.me/?text=${encodeURIComponent(`Watch: ${video.title} ${getShareUrl()}`)}`, '_blank');
+ window.open(`https://wa.me/?text=${encodeURIComponent(`Watch "${video.title}" on g4.video: ${getShareUrl()}`)}`, '_blank');
}}
className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer"
>
diff --git a/replit.md b/replit.md
index 08fbf1b..b7fe9b5 100644
--- a/replit.md
+++ b/replit.md
@@ -1,8 +1,8 @@
-# VideoStream - Video Streaming Application
+# g4.video - Professional Video Streaming Platform
## Overview
-VideoStream is a fully functional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with full controls (play, pause, volume, progress bar, fullscreen).
+g4.video is a fully functional professional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with comprehensive controls including central play button, progress bar, volume control, time display, and fullscreen capabilities.
## Recent Changes (August 2025)