Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-07 17:01:26 +00:00
3 changed files with 91 additions and 353 deletions

View File

@@ -6,7 +6,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Youtube, Twitter, Twitch, Discord, Star, BookOpen } from "lucide-react";
import { Youtube, Twitter, Twitch, Star, BookOpen } from "lucide-react";
export default function CreatorsPage() {
const navItems = [
@@ -18,8 +18,7 @@ export default function CreatorsPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Browse Videos", href: "#trending" },
{ label: "Top Creators", href: "/creators" },
{ label: "Categories", href: "/categories" },
@@ -27,8 +26,7 @@ export default function CreatorsPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord Server", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -36,8 +34,7 @@ export default function CreatorsPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "#" },
{ label: "Report Content", href: "#" },
@@ -64,9 +61,7 @@ export default function CreatorsPage() {
brandName="MineCraft Videos"
navItems={navItems}
button={{
text: "Upload Video",
href: "#upload",
}}
text: "Upload Video", href: "#upload"}}
animateOnLoad={true}
/>
</div>
@@ -80,75 +75,40 @@ export default function CreatorsPage() {
tagAnimation="slide-up"
members={[
{
id: "1",
name: "BuildMaster",
role: "Master Builder",
description: "Creating architectural masterpieces and creative builds that inspire thousands of players daily.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-content-creator-professional-1772902679785-a1e4c733.png?_wi=2",
imageAlt: "BuildMaster profile",
socialLinks: [
id: "1", name: "BuildMaster", role: "Master Builder", description: "Creating architectural masterpieces and creative builds that inspire thousands of players daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-content-creator-professional-1772902679785-a1e4c733.png", imageAlt: "BuildMaster profile", socialLinks: [
{
icon: Youtube,
url: "https://youtube.com",
},
url: "https://youtube.com"},
{
icon: Twitter,
url: "https://twitter.com",
},
url: "https://twitter.com"},
],
},
{
id: "2",
name: "TechCraft",
role: "Redstone Engineer",
description: "Pushing boundaries of redstone technology with complex contraptions and automation systems.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-builder-creator-portrait-sho-1772902680503-437d2fe4.png?_wi=2",
imageAlt: "TechCraft profile",
socialLinks: [
id: "2", name: "TechCraft", role: "Redstone Engineer", description: "Pushing boundaries of redstone technology with complex contraptions and automation systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-builder-creator-portrait-sho-1772902680503-437d2fe4.png", imageAlt: "TechCraft profile", socialLinks: [
{
icon: Youtube,
url: "https://youtube.com",
},
url: "https://youtube.com"},
{
icon: Twitch,
url: "https://twitch.tv",
},
url: "https://twitch.tv"},
],
},
{
id: "3",
name: "SpeedRunner99",
role: "Speedrun Champion",
description: "Competing at the highest level of Minecraft speedrunning with record-breaking performances.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-technical-creator-portrait-s-1772902680351-c9ec81ca.png?_wi=2",
imageAlt: "SpeedRunner99 profile",
socialLinks: [
id: "3", name: "SpeedRunner99", role: "Speedrun Champion", description: "Competing at the highest level of Minecraft speedrunning with record-breaking performances.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-technical-creator-portrait-s-1772902680351-c9ec81ca.png", imageAlt: "SpeedRunner99 profile", socialLinks: [
{
icon: Youtube,
url: "https://youtube.com",
},
{
icon: Discord,
url: "https://discord.com",
},
url: "https://youtube.com"},
],
},
{
id: "4",
name: "ExplorerMC",
role: "Adventure Guide",
description: "Discovering hidden biomes, epic terrain generation, and amazing natural wonders in Minecraft.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-exploration-conten-1772902683406-ab179198.png?_wi=2",
imageAlt: "ExplorerMC profile",
socialLinks: [
id: "4", name: "ExplorerMC", role: "Adventure Guide", description: "Discovering hidden biomes, epic terrain generation, and amazing natural wonders in Minecraft.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-exploration-conten-1772902683406-ab179198.png", imageAlt: "ExplorerMC profile", socialLinks: [
{
icon: Youtube,
url: "https://youtube.com",
},
url: "https://youtube.com"},
{
icon: Twitter,
url: "https://twitter.com",
},
url: "https://twitter.com"},
],
},
]}
@@ -168,32 +128,14 @@ export default function CreatorsPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Building Empires in Creative Mode",
author: "BuildMaster",
description: "Explore the process behind creating stunning architectural structures, from concept to completion. Learn the techniques and strategies that make these builds truly spectacular.",
tags: ["Building", "Creative", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png?_wi=5",
imageAlt: "Building tutorial showcase",
},
id: "1", title: "Building Empires in Creative Mode", author: "BuildMaster", description: "Explore the process behind creating stunning architectural structures, from concept to completion. Learn the techniques and strategies that make these builds truly spectacular.", tags: ["Building", "Creative", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png", imageAlt: "Building tutorial showcase"},
{
id: "2",
title: "Advanced Redstone Mastery",
author: "TechCraft",
description: "Master the art of redstone engineering with advanced tutorials. Learn to build automated farms, hidden doors, and complex logic circuits that push Minecraft's capabilities.",
tags: ["Redstone", "Engineering", "Advanced"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png?_wi=5",
imageAlt: "Redstone engineering showcase",
},
id: "2", title: "Advanced Redstone Mastery", author: "TechCraft", description: "Master the art of redstone engineering with advanced tutorials. Learn to build automated farms, hidden doors, and complex logic circuits that push Minecraft's capabilities.", tags: ["Redstone", "Engineering", "Advanced"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png", imageAlt: "Redstone engineering showcase"},
{
id: "3",
title: "Speedrun Championship Training",
author: "SpeedRunner99",
description: "Get inside the mind of a speedrun champion. Learn strategies, optimizations, and mental techniques used by top players competing for world records.",
tags: ["Speedrun", "Competition", "Training"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=6",
imageAlt: "Speedrun competition footage",
},
id: "3", title: "Speedrun Championship Training", author: "SpeedRunner99", description: "Get inside the mind of a speedrun champion. Learn strategies, optimizations, and mental techniques used by top players competing for world records.", tags: ["Speedrun", "Competition", "Training"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Speedrun competition footage"},
]}
animationType="slide-up"
textboxLayout="default"

View File

@@ -10,7 +10,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Star, Layers, Flame, Users, TrendingUp, BookOpen, Smartphone, Heart, Download, Bell, Compass, Palette, Zap, Youtube, Twitter, Twitch, Discord } from "lucide-react";
import { Sparkles, Star, Layers, Flame, Users, TrendingUp, BookOpen, Smartphone, Heart, Download, Bell, Compass, Palette, Zap, Youtube, Twitter, Twitch } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Browse Videos", href: "/#trending" },
{ label: "Top Creators", href: "/#creators" },
{ label: "Categories", href: "/#categories" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord Server", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "#" },
{ label: "Report Content", href: "#" },
@@ -68,9 +65,7 @@ export default function HomePage() {
brandName="MineCraft Videos"
navItems={navItems}
button={{
text: "Upload Video",
href: "#upload",
}}
text: "Upload Video", href: "#upload"}}
animateOnLoad={true}
/>
</div>
@@ -85,50 +80,30 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png?_wi=1",
imageAlt: "Epic building tutorial showcase",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png", imageAlt: "Epic building tutorial showcase"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png?_wi=1",
imageAlt: "Multiplayer gaming session",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png", imageAlt: "Multiplayer gaming session"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-adventure-showing-a-1772902681281-4ff0ec76.png?_wi=1",
imageAlt: "Survival adventure gameplay",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-adventure-showing-a-1772902681281-4ff0ec76.png", imageAlt: "Survival adventure gameplay"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png?_wi=1",
imageAlt: "Redstone contraption showcase",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png", imageAlt: "Redstone contraption showcase"},
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=1",
imageAlt: "Fast-paced speedrun challenge",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Fast-paced speedrun challenge"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png?_wi=1",
imageAlt: "Modded gameplay adventure",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png", imageAlt: "Modded gameplay adventure"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-creative-mode-icon-showing-u-1772902680129-9762c206.png?_wi=1",
imageAlt: "Creative mode building",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-creative-mode-icon-showing-u-1772902680129-9762c206.png", imageAlt: "Creative mode building"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-mode-icon-showing-a-1772902679714-dbf7dd20.png?_wi=1",
imageAlt: "Survival mode exploration",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-mode-icon-showing-a-1772902679714-dbf7dd20.png", imageAlt: "Survival mode exploration"},
]}
carouselPosition="right"
buttons={[
{
text: "Browse Videos",
href: "/trending",
},
text: "Browse Videos", href: "/trending"},
{
text: "Start Streaming",
href: "#upload",
},
text: "Start Streaming", href: "#upload"},
]}
buttonAnimation="slide-up"
/>
@@ -143,32 +118,14 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Ultimate Minecraft Base Build Challenge",
author: "BuildMaster",
description: "An incredible 4-hour building session where we construct a futuristic base with redstone automation and custom terrain generation.",
tags: ["Building", "Creative"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png?_wi=2",
imageAlt: "Building tutorial",
},
id: "1", title: "Ultimate Minecraft Base Build Challenge", author: "BuildMaster", description: "An incredible 4-hour building session where we construct a futuristic base with redstone automation and custom terrain generation.", tags: ["Building", "Creative"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png", imageAlt: "Building tutorial"},
{
id: "2",
title: "Advanced Redstone Door Mechanisms",
author: "TechCraft",
description: "Learn to create sophisticated redstone contraptions including hidden doors, automated farms, and security systems.",
tags: ["Redstone", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png?_wi=2",
imageAlt: "Redstone mechanisms",
},
id: "2", title: "Advanced Redstone Door Mechanisms", author: "TechCraft", description: "Learn to create sophisticated redstone contraptions including hidden doors, automated farms, and security systems.", tags: ["Redstone", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png", imageAlt: "Redstone mechanisms"},
{
id: "3",
title: "Speedrun World Record Attempt",
author: "SpeedRunner99",
description: "Watch an intense attempt to break the current Minecraft speedrun record with frame-perfect techniques and strategic gameplay.",
tags: ["Speedrun", "Challenge"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=2",
imageAlt: "Speedrun challenge",
},
id: "3", title: "Speedrun World Record Attempt", author: "SpeedRunner99", description: "Watch an intense attempt to break the current Minecraft speedrun record with frame-perfect techniques and strategic gameplay.", tags: ["Speedrun", "Challenge"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Speedrun challenge"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -185,27 +142,19 @@ export default function HomePage() {
tagAnimation="slide-up"
bulletPoints={[
{
title: "Survival Mode",
description: "Experience intense survival challenges, base building, and resource management in hardcore conditions",
icon: Heart,
title: "Survival Mode", description: "Experience intense survival challenges, base building, and resource management in hardcore conditions", icon: Heart,
},
{
title: "Creative Building",
description: "Witness amazing architectural projects, artistic creations, and unlimited building possibilities",
icon: Palette,
title: "Creative Building", description: "Witness amazing architectural projects, artistic creations, and unlimited building possibilities", icon: Palette,
},
{
title: "Redstone Engineering",
description: "Master complex redstone contraptions, automation systems, and technical innovations",
icon: Zap,
title: "Redstone Engineering", description: "Master complex redstone contraptions, automation systems, and technical innovations", icon: Zap,
},
{
title: "Adventure & Exploration",
description: "Join epic quests, biome explorations, and dangerous underground expeditions",
icon: Compass,
title: "Adventure & Exploration", description: "Join epic quests, biome explorations, and dangerous underground expeditions", icon: Compass,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-mode-icon-showing--1772902682159-c666f420.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-mode-icon-showing--1772902682159-c666f420.png"
imageAlt="Adventure category"
mediaAnimation="slide-up"
imagePosition="right"
@@ -223,26 +172,11 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Epic Survival Speedrun",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=3",
imageAlt: "Speedrun gameplay",
},
id: "1", name: "Epic Survival Speedrun", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Speedrun gameplay"},
{
id: "2",
name: "Multiplayer Mega Build",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png?_wi=2",
imageAlt: "Multiplayer collaboration",
},
id: "2", name: "Multiplayer Mega Build", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png", imageAlt: "Multiplayer collaboration"},
{
id: "3",
name: "Modded Adventure Series",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png?_wi=2",
imageAlt: "Modded gameplay",
},
id: "3", name: "Modded Adventure Series", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png", imageAlt: "Modded gameplay"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -260,49 +194,24 @@ export default function HomePage() {
tagAnimation="slide-up"
members={[
{
id: "1",
name: "BuildMaster",
role: "Master Builder",
description: "Creating architectural masterpieces and creative builds that inspire thousands of players daily.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-content-creator-professional-1772902679785-a1e4c733.png?_wi=1",
imageAlt: "BuildMaster",
socialLinks: [
id: "1", name: "BuildMaster", role: "Master Builder", description: "Creating architectural masterpieces and creative builds that inspire thousands of players daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-content-creator-professional-1772902679785-a1e4c733.png", imageAlt: "BuildMaster", socialLinks: [
{ icon: Youtube, url: "https://youtube.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
},
{
id: "2",
name: "TechCraft",
role: "Redstone Engineer",
description: "Pushing boundaries of redstone technology with complex contraptions and automation systems.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-builder-creator-portrait-sho-1772902680503-437d2fe4.png?_wi=1",
imageAlt: "TechCraft",
socialLinks: [
id: "2", name: "TechCraft", role: "Redstone Engineer", description: "Pushing boundaries of redstone technology with complex contraptions and automation systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-builder-creator-portrait-sho-1772902680503-437d2fe4.png", imageAlt: "TechCraft", socialLinks: [
{ icon: Youtube, url: "https://youtube.com" },
{ icon: Twitch, url: "https://twitch.tv" },
],
},
{
id: "3",
name: "SpeedRunner99",
role: "Speedrun Champion",
description: "Competing at the highest level of Minecraft speedrunning with record-breaking performances.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-technical-creator-portrait-s-1772902680351-c9ec81ca.png?_wi=1",
imageAlt: "SpeedRunner99",
socialLinks: [
id: "3", name: "SpeedRunner99", role: "Speedrun Champion", description: "Competing at the highest level of Minecraft speedrunning with record-breaking performances.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-technical-creator-portrait-s-1772902680351-c9ec81ca.png", imageAlt: "SpeedRunner99", socialLinks: [
{ icon: Youtube, url: "https://youtube.com" },
{ icon: Discord, url: "https://discord.com" },
],
},
{
id: "4",
name: "ExplorerMC",
role: "Adventure Guide",
description: "Discovering hidden biomes, epic terrain generation, and amazing natural wonders in Minecraft.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-exploration-conten-1772902683406-ab179198.png?_wi=1",
imageAlt: "ExplorerMC",
socialLinks: [
id: "4", name: "ExplorerMC", role: "Adventure Guide", description: "Discovering hidden biomes, epic terrain generation, and amazing natural wonders in Minecraft.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-adventure-exploration-conten-1772902683406-ab179198.png", imageAlt: "ExplorerMC", socialLinks: [
{ icon: Youtube, url: "https://youtube.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
@@ -324,26 +233,11 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Total Videos Uploaded",
subtitle: "Diverse content across all Minecraft genres and playstyles",
category: "Content",
value: "50K+",
},
id: "1", title: "Total Videos Uploaded", subtitle: "Diverse content across all Minecraft genres and playstyles", category: "Content", value: "50K+"},
{
id: "2",
title: "Active Creators",
subtitle: "Talented builders, engineers, and adventurers streaming daily",
category: "Community",
value: "5K+",
},
id: "2", title: "Active Creators", subtitle: "Talented builders, engineers, and adventurers streaming daily", category: "Community", value: "5K+"},
{
id: "3",
title: "Daily Viewers",
subtitle: "Passionate Minecraft fans discovering new content every day",
category: "Engagement",
value: "100K+",
},
id: "3", title: "Daily Viewers", subtitle: "Passionate Minecraft fans discovering new content every day", category: "Engagement", value: "100K+"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -360,32 +254,14 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Browse & Discover",
author: "Step 1",
description: "Explore our vast library of Minecraft videos. Filter by category, creator, or trending content to find exactly what you want to watch.",
tags: ["Browse", "Discover"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-game-screen-showing-a-new-pl-1772902680084-36c8fcf0.png?_wi=1",
imageAlt: "Browse step",
},
id: "1", title: "Browse & Discover", author: "Step 1", description: "Explore our vast library of Minecraft videos. Filter by category, creator, or trending content to find exactly what you want to watch.", tags: ["Browse", "Discover"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-game-screen-showing-a-new-pl-1772902680084-36c8fcf0.png", imageAlt: "Browse step"},
{
id: "2",
title: "Watch & Engage",
author: "Step 2",
description: "Stream high-quality Minecraft content with smooth playback. Like, comment, and subscribe to your favorite creators' channels.",
tags: ["Watch", "Engage"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-player-gathering-resources-a-1772902694152-86302548.png?_wi=1",
imageAlt: "Watch step",
},
id: "2", title: "Watch & Engage", author: "Step 2", description: "Stream high-quality Minecraft content with smooth playback. Like, comment, and subscribe to your favorite creators' channels.", tags: ["Watch", "Engage"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-player-gathering-resources-a-1772902694152-86302548.png", imageAlt: "Watch step"},
{
id: "3",
title: "Share Your Content",
author: "Step 3",
description: "Create an account and upload your own Minecraft videos. Share your builds, adventures, and creations with our community.",
tags: ["Share", "Create"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-player-sharing-content-on-st-1772902679875-8aa05646.png?_wi=1",
imageAlt: "Share step",
},
id: "3", title: "Share Your Content", author: "Step 3", description: "Create an account and upload your own Minecraft videos. Share your builds, adventures, and creations with our community.", tags: ["Share", "Create"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-player-sharing-content-on-st-1772902679875-8aa05646.png", imageAlt: "Share step"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -402,27 +278,19 @@ export default function HomePage() {
tagAnimation="slide-up"
bulletPoints={[
{
title: "Stream Anywhere",
description: "Watch Minecraft videos on your phone, tablet, or desktop with seamless synchronization",
icon: Smartphone,
title: "Stream Anywhere", description: "Watch Minecraft videos on your phone, tablet, or desktop with seamless synchronization", icon: Smartphone,
},
{
title: "Offline Viewing",
description: "Download videos to watch later without requiring an internet connection",
icon: Download,
title: "Offline Viewing", description: "Download videos to watch later without requiring an internet connection", icon: Download,
},
{
title: "Personalized Feed",
description: "Get recommendations tailored to your viewing history and favorite creators",
icon: Heart,
title: "Personalized Feed", description: "Get recommendations tailored to your viewing history and favorite creators", icon: Heart,
},
{
title: "Push Notifications",
description: "Stay updated when your favorite creators upload new Minecraft content",
icon: Bell,
title: "Push Notifications", description: "Stay updated when your favorite creators upload new Minecraft content", icon: Bell,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-mobile-app-preview-showing-t-1772902680515-34f9f433.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-mobile-app-preview-showing-t-1772902680515-34f9f433.png"
imageAlt="Mobile app preview"
mediaAnimation="slide-up"
imagePosition="left"
@@ -430,13 +298,9 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Download iOS",
href: "#download",
},
text: "Download iOS", href: "#download"},
{
text: "Download Android",
href: "#download",
},
text: "Download Android", href: "#download"},
]}
buttonAnimation="slide-up"
/>

View File

@@ -7,7 +7,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Flame, TrendingUp, Star, Youtube, Twitter, Twitch, Discord } from "lucide-react";
import { Flame, TrendingUp, Star, Youtube, Twitter, Twitch } from "lucide-react";
export default function TrendingPage() {
const navItems = [
@@ -19,8 +19,7 @@ export default function TrendingPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Browse Videos", href: "/#trending" },
{ label: "Top Creators", href: "/#creators" },
{ label: "Categories", href: "/#categories" },
@@ -28,8 +27,7 @@ export default function TrendingPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord Server", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -37,8 +35,7 @@ export default function TrendingPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "#" },
{ label: "Report Content", href: "#" },
@@ -65,9 +62,7 @@ export default function TrendingPage() {
brandName="MineCraft Videos"
navItems={navItems}
button={{
text: "Upload Video",
href: "#upload",
}}
text: "Upload Video", href: "#upload"}}
animateOnLoad={true}
/>
</div>
@@ -81,47 +76,17 @@ export default function TrendingPage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Epic Survival Speedrun",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=4",
imageAlt: "Speedrun gameplay",
},
id: "1", name: "Epic Survival Speedrun", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Speedrun gameplay"},
{
id: "2",
name: "Multiplayer Mega Build",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png?_wi=3",
imageAlt: "Multiplayer collaboration",
},
id: "2", name: "Multiplayer Mega Build", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-multiplayer-gaming-session-s-1772902680324-dd5887b6.png", imageAlt: "Multiplayer collaboration"},
{
id: "3",
name: "Modded Adventure Series",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png?_wi=3",
imageAlt: "Modded gameplay",
},
id: "3", name: "Modded Adventure Series", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-modded-gameplay-showing-adva-1772902679891-61036bf9.png", imageAlt: "Modded gameplay"},
{
id: "4",
name: "Building Challenge Series",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png?_wi=3",
imageAlt: "Building challenge",
},
id: "4", name: "Building Challenge Series", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png", imageAlt: "Building challenge"},
{
id: "5",
name: "Redstone Engineering Showcase",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png?_wi=3",
imageAlt: "Redstone showcase",
},
id: "5", name: "Redstone Engineering Showcase", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png", imageAlt: "Redstone showcase"},
{
id: "6",
name: "Survival Adventure Part 2",
price: "Watch Now",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-adventure-showing-a-1772902681281-4ff0ec76.png?_wi=2",
imageAlt: "Survival adventure",
},
id: "6", name: "Survival Adventure Part 2", price: "Watch Now", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-survival-adventure-showing-a-1772902681281-4ff0ec76.png", imageAlt: "Survival adventure"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -139,32 +104,14 @@ export default function TrendingPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Ultimate Minecraft Base Build Challenge",
author: "BuildMaster",
description: "An incredible 4-hour building session where we construct a futuristic base with redstone automation and custom terrain generation.",
tags: ["Building", "Creative"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png?_wi=4",
imageAlt: "Building tutorial",
},
id: "1", title: "Ultimate Minecraft Base Build Challenge", author: "BuildMaster", description: "An incredible 4-hour building session where we construct a futuristic base with redstone automation and custom terrain generation.", tags: ["Building", "Creative"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-building-tutorial-screenshot-1772902680701-e4342de1.png", imageAlt: "Building tutorial"},
{
id: "2",
title: "Advanced Redstone Door Mechanisms",
author: "TechCraft",
description: "Learn to create sophisticated redstone contraptions including hidden doors, automated farms, and security systems.",
tags: ["Redstone", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png?_wi=4",
imageAlt: "Redstone mechanisms",
},
id: "2", title: "Advanced Redstone Door Mechanisms", author: "TechCraft", description: "Learn to create sophisticated redstone contraptions including hidden doors, automated farms, and security systems.", tags: ["Redstone", "Tutorial"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-redstone-contraption-showcas-1772902680007-2a001926.png", imageAlt: "Redstone mechanisms"},
{
id: "3",
title: "Speedrun World Record Attempt",
author: "SpeedRunner99",
description: "Watch an intense attempt to break the current Minecraft speedrun record with frame-perfect techniques and strategic gameplay.",
tags: ["Speedrun", "Challenge"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png?_wi=5",
imageAlt: "Speedrun challenge",
},
id: "3", title: "Speedrun World Record Attempt", author: "SpeedRunner99", description: "Watch an intense attempt to break the current Minecraft speedrun record with frame-perfect techniques and strategic gameplay.", tags: ["Speedrun", "Challenge"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Acr5mGkbnJt9aUiawtXgsxlQZH/a-minecraft-speedrun-video-thumbnail-sho-1772902680152-06c9a5e3.png", imageAlt: "Speedrun challenge"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -181,26 +128,11 @@ export default function TrendingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Speedrun Challenge Marathon",
subtitle: "Trending across Twitch, YouTube, and Discord",
category: "Speedrun",
value: "↑ 245%",
},
id: "1", title: "Speedrun Challenge Marathon", subtitle: "Trending across Twitch, YouTube, and Discord", category: "Speedrun", value: "↑ 245%"},
{
id: "2",
title: "Creative Build Collaboration",
subtitle: "100+ creators participating in mega build event",
category: "Creative",
value: "↑ 189%",
},
id: "2", title: "Creative Build Collaboration", subtitle: "100+ creators participating in mega build event", category: "Creative", value: "↑ 189%"},
{
id: "3",
title: "Technical Redstone Engineering",
subtitle: "Advanced mechanisms and automation systems",
category: "Technical",
value: "↑ 156%",
},
id: "3", title: "Technical Redstone Engineering", subtitle: "Advanced mechanisms and automation systems", category: "Technical", value: "↑ 156%"},
]}
animationType="slide-up"
textboxLayout="default"