Update platform branding and remove specific CDN mentions

Update the main page and header to reflect the platform's brand identity and remove direct references to the CDN provider.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/gbVGKmV
This commit is contained in:
sebastjanartic 2025-08-28 14:34:08 +00:00
parent 337888fe47
commit 4d0f9ad298
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export default function SearchHeader({
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4"> <div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
<div> <div>
<h2 className="text-2xl font-bold mb-2 text-bunny-light">Video Library</h2> <h2 className="text-2xl font-bold mb-2 text-bunny-light">Video Library</h2>
<p className="text-bunny-muted">Streaming from Bunny.net CDN</p> <p className="text-bunny-muted">Professional video streaming platform</p>
</div> </div>
<div className="flex bg-bunny-gray rounded-lg p-1"> <div className="flex bg-bunny-gray rounded-lg p-1">

View File

@ -142,7 +142,7 @@ export default function Home() {
</div> </div>
<div className="border-t border-gray-700 mt-8 pt-8 text-center text-bunny-muted"> <div className="border-t border-gray-700 mt-8 pt-8 text-center text-bunny-muted">
<p>&copy; 2024 VideoStream. Powered by Bunny.net CDN for optimal performance.</p> <p>&copy; 2024 go4.video. All rights reserved.</p>
</div> </div>
</div> </div>
</footer> </footer>