Update platform name and description on the homepage
Refactors the homepage component to change the platform name from "VideoStream" to "go4.video" and updates the accompanying description. 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/IYoYDgA
This commit is contained in:
parent
a4999a9ec5
commit
bd90ccfc2b
@ -102,10 +102,10 @@ export default function Home() {
|
||||
<div className="w-8 h-8 bg-bunny-blue rounded-full flex items-center justify-center">
|
||||
<div className="w-0 h-0 border-l-[6px] border-l-white border-y-[4px] border-y-transparent ml-1"></div>
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-bunny-light">VideoStream</h3>
|
||||
<h3 className="text-xl font-bold text-bunny-light">go4.video</h3>
|
||||
</div>
|
||||
<p className="text-bunny-muted mb-4">
|
||||
High-performance video streaming powered by Bunny.net CDN. Fast, reliable, and globally distributed content delivery.
|
||||
Fast, reliable, and globally distributed video streaming platform.
|
||||
</p>
|
||||
<div className="flex space-x-4">
|
||||
<a href="#" className="text-bunny-muted hover:text-bunny-blue transition-colors">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user