4 Commits

Author SHA1 Message Date
547b06a808 Update src/app/page.tsx 2026-03-03 21:35:51 +00:00
904e0b871a Merge version_2 into main
Merge version_2 into main
2026-03-03 21:29:15 +00:00
9839d3e7bf Update src/app/page.tsx 2026-03-03 21:29:07 +00:00
3f00d92590 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:08:49 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="FaZe Rug"
description="One of YouTube's most influential creators with billions of views across pranks, vlogs, gaming, and viral challenges."
buttons={[
{ text: "Watch on YouTube", href: "https://www.youtube.com/@rug" },
{ text: "Watch Latest Videos", href: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q" },
{ text: "Follow on TikTok", href: "https://www.tiktok.com/@rug" }
]}
buttonAnimation="slide-up"
@@ -101,23 +101,23 @@ export default function LandingPage() {
features={[
{
title: "Viral Pranks", description: "Elaborate, hilarious prank videos that push boundaries and entertain millions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/collage-of-popular-youtube-video-thumbna-1772572087683-e483e130.png", imageAlt: "Viral prank content thumbnails", buttonIcon: Play,
buttonHref: "https://www.youtube.com/@rug"
buttonHref: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q"
},
{
title: "Lifestyle Vlogs", description: "Authentic daily vlogs showcasing creativity, adventure, and personal moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/action-shot-of-content-creator-mid-recor-1772572084890-f740893e.png", imageAlt: "Behind-the-scenes vlogging content", buttonIcon: Play,
buttonHref: "https://www.youtube.com/@rug"
buttonHref: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q"
},
{
title: "Challenge Videos", description: "High-energy challenges with friends and collaborators pushing creative limits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/group-of-friends-laughing-together-durin-1772572085151-42685ca1.png", imageAlt: "Challenge and collaboration content", buttonIcon: Play,
buttonHref: "https://www.youtube.com/@rug"
buttonHref: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q"
},
{
title: "Professional Productions", description: "Movie-quality content and polished productions showcasing production excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/high-tech-streaming-or-recording-studio--1772572084769-a8cd533a.png", imageAlt: "Professional production setup", buttonIcon: Play,
buttonHref: "https://www.youtube.com/@rug"
buttonHref: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q"
},
{
title: "Gaming Moments", description: "Where it all started—competitive gaming and esports moments with FaZe Clan.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/overhead-view-of-a-content-creator-works-1772572084800-dced19c8.png?_wi=3", imageAlt: "Gaming and competitive content", buttonIcon: Play,
buttonHref: "https://www.youtube.com/@rug"
buttonHref: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q"
},
{
title: "TikTok Trends", description: "Short-form viral content dominating social media with creativity and humor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS3DvJEoavuGdTAu6Ewcp4HkFB/diverse-group-of-engaged-young-people-wa-1772572084669-bcc2e90c.png?_wi=3", imageAlt: "Trending short-form content", buttonIcon: Play,
@@ -166,7 +166,7 @@ export default function LandingPage() {
columns={[
{
title: "Socials", items: [
{ label: "YouTube", href: "https://www.youtube.com/@rug" },
{ label: "YouTube", href: "https://www.youtube.com/channel/UCilwZiBBfI9X6yiZRzWty8Q" },
{ label: "TikTok", href: "https://www.tiktok.com/@rug" },
{ label: "Instagram", href: "https://www.instagram.com/fazerug" },
{ label: "Twitter", href: "https://twitter.com/FaZeRug" },