Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-25 14:05:14 +00:00
4 changed files with 119 additions and 424 deletions

View File

@@ -27,25 +27,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Rankings",
id: "rankings",
href: "/rankings",
},
name: "Rankings", id: "/rankings"},
{
name: "Categories",
id: "categories",
href: "/categories",
},
name: "Categories", id: "/categories"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"}
]}
brandName="RankVerse"
/>
@@ -59,19 +47,13 @@ export default function LandingPage() {
description="At RankVerse, we believe in bringing the most engaging and viral content directly to you. Our platform is designed to cut through the noise, offering curated rankings and top lists across diverse categories."
bulletPoints={[
{
title: "Unbiased Rankings",
description: "Our algorithms ensure fair and data-driven content ranking.",
},
title: "Unbiased Rankings", description: "Our algorithms ensure fair and data-driven content ranking."},
{
title: "Community Driven",
description: "We empower users to discover and discuss what truly matters.",
},
title: "Community Driven", description: "We empower users to discover and discuss what truly matters."},
{
title: "Always Trending",
description: "Stay ahead with real-time updates on viral videos and topics.",
},
title: "Always Trending", description: "Stay ahead with real-time updates on viral videos and topics."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-futuristic-digital-interface-displayin-1774447406771-33d1fa9d.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-futuristic-digital-interface-displayin-1774447406771-33d1fa9d.png"
imageAlt="RankVerse trending videos dashboard showing viral content"
mediaAnimation="blur-reveal"
/>
@@ -83,36 +65,17 @@ export default function LandingPage() {
useInvertedBackground={true}
team={[
{
id: "1",
name: "Dr. Viral Trend",
role: "CEO & Founder",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-3.jpg",
imageAlt: "Dr. Viral Trend",
},
id: "1", name: "Dr. Viral Trend", role: "CEO & Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-3.jpg", imageAlt: "Dr. Viral Trend"},
{
id: "2",
name: "Data Analytics",
role: "Head of Content Strategy",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-4.jpg",
imageAlt: "Data Analytics",
},
id: "2", name: "Data Analytics", role: "Head of Content Strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-4.jpg", imageAlt: "Data Analytics"},
{
id: "3",
name: "Community Manager",
role: "Lead Engagement Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-2.jpg",
imageAlt: "Community Manager",
},
id: "3", name: "Community Manager", role: "Lead Engagement Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-2.jpg", imageAlt: "Community Manager"},
{
id: "4",
name: "Algorithm Architect",
role: "Chief Technology Officer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-1.jpg",
imageAlt: "Algorithm Architect",
},
id: "4", name: "Algorithm Architect", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/placeholder-person-1.jpg", imageAlt: "Algorithm Architect"},
]}
title="Meet the Minds Behind RankVerse"
description="Our passionate team of content enthusiasts, data analysts, and tech innovators work tirelessly to deliver the most accurate and engaging rankings."
animationType="blur-reveal"
/>
</div>
@@ -123,20 +86,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "1",
value: "1.2M+",
description: "Monthly Active Users engaging with top content.",
},
id: "1", value: "1.2M+", description: "Monthly Active Users engaging with top content."},
{
id: "2",
value: "5000+",
description: "Unique rankings and lists published weekly.",
},
id: "2", value: "5000+", description: "Unique rankings and lists published weekly."},
{
id: "3",
value: "150+",
description: "Content categories to explore and discover.",
},
id: "3", value: "150+", description: "Content categories to explore and discover."},
]}
metricsAnimation="blur-reveal"
/>
@@ -146,50 +100,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Rankings",
href: "/rankings",
},
label: "Rankings", href: "/rankings"},
{
label: "Categories",
href: "/categories",
},
label: "Categories", href: "/categories"},
{
label: "Latest Trends",
href: "/trends",
},
label: "Latest Trends", href: "/trends"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
]}

View File

@@ -7,7 +7,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Lightbulb, MessageCircle } from "lucide-react";
import { Lightbulb, MessageCircle, Gamepad, Gem } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,25 +28,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Rankings",
id: "rankings",
href: "/rankings",
},
name: "Rankings", id: "/rankings"},
{
name: "Categories",
id: "categories",
href: "/categories",
},
name: "Categories", id: "/categories"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"}
]}
brandName="RankVerse"
/>
@@ -58,48 +46,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Sports Highlights",
description: "From epic comebacks to viral bloopers, get your daily dose of sports action.",
tag: "Dynamic",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-dynamic-abstract-icon-representing-spo-1774447408119-81bd67e4.png?_wi=2",
imageAlt: "Abstract icon representing sports",
},
id: "1", title: "Sports Highlights", description: "From epic comebacks to viral bloopers, get your daily dose of sports action.", tag: "Dynamic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-dynamic-abstract-icon-representing-spo-1774447408119-81bd67e4.png", imageAlt: "Abstract icon representing sports"},
{
id: "2",
title: "Entertainment Buzz",
description: "Stay in the loop with celebrity news, movie reviews, and must-watch series rankings.",
tag: "Engaging",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sleek-stylized-icon-representing-enter-1774447406218-9c4756ac.png?_wi=2",
imageAlt: "Stylized icon representing entertainment",
},
id: "2", title: "Entertainment Buzz", description: "Stay in the loop with celebrity news, movie reviews, and must-watch series rankings.", tag: "Engaging", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sleek-stylized-icon-representing-enter-1774447406218-9c4756ac.png", imageAlt: "Stylized icon representing entertainment"},
{
id: "3",
title: "Luxury Lifestyle",
description: "Indulge in the finest things in life: gadgets, cars, fashion, and opulent travel.",
tag: "Exclusive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-elegant-minimalist-icon-representing--1774447405430-973e8b13.png?_wi=2",
imageAlt: "Elegant icon representing luxury",
},
id: "3", title: "Luxury Lifestyle", description: "Indulge in the finest things in life: gadgets, cars, fashion, and opulent travel.", tag: "Exclusive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-elegant-minimalist-icon-representing--1774447405430-973e8b13.png", imageAlt: "Elegant icon representing luxury"},
{
id: "4",
title: "Gaming World",
description: "Discover the top games, streamers, esports moments, and gaming news.",
tag: "Interactive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sharp-aggressive-icon-representing-gam-1774447405686-eac57fcc.png?_wi=2",
imageAlt: "Aggressive icon representing gaming",
},
id: "4", title: "Gaming World", description: "Discover the top games, streamers, esports moments, and gaming news.", tag: "Interactive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sharp-aggressive-icon-representing-gam-1774447405686-eac57fcc.png", imageAlt: "Aggressive icon representing gaming"},
{
id: "5",
title: "Mind-Bending Facts",
description: "Expand your knowledge with fascinating facts, historical insights, and scientific discoveries.",
tag: "Informative",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-intellectual-enigmatic-icon-represent-1774447406586-5b3b1323.png?_wi=2",
imageAlt: "Enigmatic icon representing facts",
},
id: "5", title: "Mind-Bending Facts", description: "Expand your knowledge with fascinating facts, historical insights, and scientific discoveries.", tag: "Informative", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-intellectual-enigmatic-icon-represent-1774447406586-5b3b1323.png", imageAlt: "Enigmatic icon representing facts"},
]}
title="Explore Diverse Content Categories"
description="Dive into expertly curated lists and rankings across a spectrum of interests. Your next obsession awaits."
animationType="blur-reveal"
/>
</div>
@@ -109,25 +68,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do you determine category rankings?",
content: "Our category rankings are determined by a complex algorithm that analyzes viewership, engagement rates, social media trends, and editorial curation to ensure relevance and popularity.",
},
id: "1", title: "How do you determine category rankings?", content: "Our category rankings are determined by a complex algorithm that analyzes viewership, engagement rates, social media trends, and editorial curation to ensure relevance and popularity."},
{
id: "2",
title: "Can I suggest a new category?",
content: "Absolutely! We welcome suggestions from our community. Please use the 'Contact Us' form and let us know your ideas for new categories.",
},
id: "2", title: "Can I suggest a new category?", content: "Absolutely! We welcome suggestions from our community. Please use the 'Contact Us' form and let us know your ideas for new categories."},
{
id: "3",
title: "How often are categories updated?",
content: "Our categories and the content within them are updated daily, with major shifts in trends being reflected in real-time to keep you constantly informed.",
},
id: "3", title: "How often are categories updated?", content: "Our categories and the content within them are updated daily, with major shifts in trends being reflected in real-time to keep you constantly informed."},
{
id: "4",
title: "Are there sub-categories available?",
content: "Yes, many of our broader categories feature various sub-categories to help you drill down into more specific interests. Look for filters within each category page.",
},
id: "4", title: "Are there sub-categories available?", content: "Yes, many of our broader categories feature various sub-categories to help you drill down into more specific interests. Look for filters within each category page."},
]}
title="Frequently Asked Questions About Categories"
description="Got questions on how to navigate our categories or suggest new ones? Find your answers here."
@@ -141,36 +88,21 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex K.",
role: "Content Creator",
testimonial: "RankVerse categories make it so easy to find what's genuinely trending. It's a goldmine for inspiration!",
icon: MessageCircle,
id: "1", name: "Alex K.", role: "Content Creator", testimonial: "RankVerse categories make it so easy to find what's genuinely trending. It's a goldmine for inspiration!", icon: MessageCircle,
},
{
id: "2",
name: "Maria S.",
role: "Gaming Enthusiast",
testimonial: "I used to spend hours looking for new gaming content. Now I just check the RankVerse Gaming category and I'm set!",
icon: Gamepad2,
id: "2", name: "Maria S.", role: "Gaming Enthusiast", testimonial: "I used to spend hours looking for new gaming content. Now I just check the RankVerse Gaming category and I'm set!", icon: Gamepad,
},
{
id: "3",
name: "Ben T.",
role: "Trend Spotter",
testimonial: "The Luxury category introduced me to so many cool products I wouldn't have found otherwise. Highly recommend!",
icon: Gem,
id: "3", name: "Ben T.", role: "Trend Spotter", testimonial: "The Luxury category introduced me to so many cool products I wouldn't have found otherwise. Highly recommend!", icon: Gem,
},
{
id: "4",
name: "Chloe L.",
role: "Curiosity Seeker",
testimonial: "The Facts category is my go-to for interesting trivia. Always learn something new!",
icon: Lightbulb,
id: "4", name: "Chloe L.", role: "Curiosity Seeker", testimonial: "The Facts category is my go-to for interesting trivia. Always learn something new!", icon: Lightbulb,
},
]}
title="What Our Community Says"
description="Hear from users who found their new favorite content through RankVerse categories."
animationType="blur-reveal"
/>
</div>
@@ -178,50 +110,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Rankings",
href: "/rankings",
},
label: "Rankings", href: "/rankings"},
{
label: "Categories",
href: "/categories",
},
label: "Categories", href: "/categories"},
{
label: "Latest Trends",
href: "/trends",
},
label: "Latest Trends", href: "/trends"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
]}

View File

@@ -30,25 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Rankings",
id: "rankings",
href: "/rankings",
},
name: "Rankings", id: "/rankings"},
{
name: "Categories",
id: "categories",
href: "/categories",
},
name: "Categories", id: "/categories"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"}
]}
brandName="RankVerse"
/>
@@ -57,18 +45,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
logoText="RankVerse"
description="Dive into the internet's most compelling top 10 lists, trending videos, and viral comparisons. Your daily dose of digital discovery."
buttons={[
{
text: "Explore Rankings",
href: "#trending-rankings",
},
text: "Explore Rankings", href: "#trending-rankings"},
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-futuristic-digital-interface-displayin-1774447406771-33d1fa9d.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-futuristic-digital-interface-displayin-1774447406771-33d1fa9d.png"
mediaAnimation="slide-up"
/>
</div>
@@ -81,33 +66,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "tr1",
name: "Gaming Showdowns: Top Plays",
price: "3.5M Views",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-gaming-showdowns--1774447406404-bda3fe17.png?_wi=1",
imageAlt: "Gaming Showdowns thumbnail",
},
id: "tr1", name: "Gaming Showdowns: Top Plays", price: "3.5M Views", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-gaming-showdowns--1774447406404-bda3fe17.png", imageAlt: "Gaming Showdowns thumbnail"},
{
id: "tr2",
name: "Luxury Unboxing: Elite Tech",
price: "2.1M Views",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-luxury-unboxing-most-exp-1774447405767-29593a91.png?_wi=1",
imageAlt: "Luxury Unboxing thumbnail",
},
id: "tr2", name: "Luxury Unboxing: Elite Tech", price: "2.1M Views", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-luxury-unboxing-most-exp-1774447405767-29593a91.png", imageAlt: "Luxury Unboxing thumbnail"},
{
id: "tr3",
name: "Sports Bloopers: Epic Fails",
price: "4.8M Views",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-sports-bloopers-v-1774447405988-f046990a.png?_wi=1",
imageAlt: "Sports Bloopers thumbnail",
},
id: "tr3", name: "Sports Bloopers: Epic Fails", price: "4.8M Views", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-sports-bloopers-v-1774447405988-f046990a.png", imageAlt: "Sports Bloopers thumbnail"},
{
id: "tr4",
name: "Mind-Blowing Facts: Uncovered",
price: "1.9M Views",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-mind-blowing-facts-you-d-1774447405846-28011b3e.png?_wi=1",
imageAlt: "Mind-Blowing Facts thumbnail",
},
id: "tr4", name: "Mind-Blowing Facts: Uncovered", price: "1.9M Views", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-mind-blowing-facts-you-d-1774447405846-28011b3e.png", imageAlt: "Mind-Blowing Facts thumbnail"},
]}
title="Top 10 Viral Rankings"
description="Explore the hottest videos, from gaming showdowns to luxury unboxings, curated just for you. Never miss a trend!"
@@ -122,43 +87,24 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Sports",
description: "Catch the most thrilling moments and heated debates from the world of athletics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-dynamic-abstract-icon-representing-spo-1774447408119-81bd67e4.png?_wi=1",
imageAlt: "Sports category icon",
},
title: "Sports", description: "Catch the most thrilling moments and heated debates from the world of athletics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-dynamic-abstract-icon-representing-spo-1774447408119-81bd67e4.png", imageAlt: "Sports category icon"},
{
id: 2,
title: "Entertainment",
description: "Dive into celebrity gossip, movie reviews, and viral pop culture phenomena.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sleek-stylized-icon-representing-enter-1774447406218-9c4756ac.png?_wi=1",
imageAlt: "Entertainment category icon",
},
title: "Entertainment", description: "Dive into celebrity gossip, movie reviews, and viral pop culture phenomena.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sleek-stylized-icon-representing-enter-1774447406218-9c4756ac.png", imageAlt: "Entertainment category icon"},
{
id: 3,
title: "Luxury",
description: "Explore the most extravagant lifestyles, high-end products, and opulent experiences.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-elegant-minimalist-icon-representing--1774447405430-973e8b13.png?_wi=1",
imageAlt: "Luxury category icon",
},
title: "Luxury", description: "Explore the most extravagant lifestyles, high-end products, and opulent experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-elegant-minimalist-icon-representing--1774447405430-973e8b13.png", imageAlt: "Luxury category icon"},
{
id: 4,
title: "Gaming",
description: "Level up with top game rankings, esports highlights, and streaming trends.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sharp-aggressive-icon-representing-gam-1774447405686-eac57fcc.png?_wi=1",
imageAlt: "Gaming category icon",
},
title: "Gaming", description: "Level up with top game rankings, esports highlights, and streaming trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/a-sharp-aggressive-icon-representing-gam-1774447405686-eac57fcc.png", imageAlt: "Gaming category icon"},
{
id: 5,
title: "Facts",
description: "Mind-blowing discoveries, historical insights, and fascinating scientific breakdowns.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-intellectual-enigmatic-icon-represent-1774447406586-5b3b1323.png?_wi=1",
imageAlt: "Facts category icon",
},
title: "Facts", description: "Mind-blowing discoveries, historical insights, and fascinating scientific breakdowns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/an-intellectual-enigmatic-icon-represent-1774447406586-5b3b1323.png", imageAlt: "Facts category icon"},
]}
title="Unleash Your Interests"
description="From adrenaline-pumping sports to mind-bending facts, find your next obsession. Our categories span the digital universe."
tag="Categories"
animationType="blur-reveal"
/>
</div>
@@ -170,13 +116,9 @@ export default function LandingPage() {
description="Don't miss out on the video everyone's talking about! Get ready to be amazed, entertained, or completely baffled by this week's top pick."
bulletPoints={[
{
title: "High-Quality",
description: "Crisp visuals for an immersive experience.",
},
title: "High-Quality", description: "Crisp visuals for an immersive experience."},
{
title: "Engaging Content",
description: "Captivating stories and insights that keep you hooked.",
},
title: "Engaging Content", description: "Captivating stories and insights that keep you hooked."},
]}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-captivating-short-form-v-1774447406546-1f433cfa.png"
videoAriaLabel="Featured viral video of the day"
@@ -190,25 +132,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "dq1",
title: "Is AI art true art?",
content: "Some argue AI-generated images lack human emotion and intent, while others praise the innovative possibilities and accessibility for creators.",
},
id: "dq1", title: "Is AI art true art?", content: "Some argue AI-generated images lack human emotion and intent, while others praise the innovative possibilities and accessibility for creators."},
{
id: "dq2",
title: "Are shorter videos ruining attention spans?",
content: "Many believe bite-sized content caters to modern consumption habits, but critics fear it diminishes the ability to focus on longer, complex narratives.",
},
id: "dq2", title: "Are shorter videos ruining attention spans?", content: "Many believe bite-sized content caters to modern consumption habits, but critics fear it diminishes the ability to focus on longer, complex narratives."},
{
id: "dq3",
title: "Should social media platforms be regulated more heavily?",
content: "Advocates for regulation cite misinformation and privacy concerns, while opponents argue it could stifle free speech and innovation.",
},
id: "dq3", title: "Should social media platforms be regulated more heavily?", content: "Advocates for regulation cite misinformation and privacy concerns, while opponents argue it could stifle free speech and innovation."},
{
id: "dq4",
title: "Is nostalgic content holding back new creativity?",
content: "While nostalgia provides comfort and proven success, some worry it overshadows original ideas and prevents true artistic progression.",
},
id: "dq4", title: "Is nostalgic content holding back new creativity?", content: "While nostalgia provides comfort and proven success, some worry it overshadows original ideas and prevents true artistic progression."},
]}
title="The Debate Zone"
description="What's your take? Dive into hot topics, cast your vote, and see where you stand with the RankVerse community. Your opinion matters!"
@@ -224,24 +154,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Film,
href: "https://youtube.com/rankverse",
ariaLabel: "RankVerse YouTube",
},
href: "https://youtube.com/rankverse", ariaLabel: "RankVerse YouTube"},
{
icon: Twitter,
href: "https://twitter.com/rankverse",
ariaLabel: "RankVerse Twitter",
},
href: "https://twitter.com/rankverse", ariaLabel: "RankVerse Twitter"},
{
icon: Instagram,
href: "https://instagram.com/rankverse",
ariaLabel: "RankVerse Instagram",
},
href: "https://instagram.com/rankverse", ariaLabel: "RankVerse Instagram"},
{
icon: Activity,
href: "https://tiktok.com/@rankverse",
ariaLabel: "RankVerse TikTok",
},
href: "https://tiktok.com/@rankverse", ariaLabel: "RankVerse TikTok"},
]}
/>
</div>

View File

@@ -27,25 +27,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Rankings",
id: "rankings",
href: "/rankings",
},
name: "Rankings", id: "/rankings"},
{
name: "Categories",
id: "categories",
href: "/categories",
},
name: "Categories", id: "/categories"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"}
]}
brandName="RankVerse"
/>
@@ -57,52 +45,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Viral Gaming Showdowns",
tags: [
"Gaming",
"Esports",
"Top 10",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-gaming-showdowns--1774447406404-bda3fe17.png?_wi=2",
imageAlt: "Top 10 Gaming Showdowns thumbnail",
},
id: "1", title: "Viral Gaming Showdowns", tags: [
"Gaming", "Esports", "Top 10"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-gaming-showdowns--1774447406404-bda3fe17.png", imageAlt: "Top 10 Gaming Showdowns thumbnail"},
{
id: "2",
title: "Luxury Tech Unboxings",
tags: [
"Luxury",
"Gadgets",
"Reviews",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-luxury-unboxing-most-exp-1774447405767-29593a91.png?_wi=2",
imageAlt: "Luxury Unboxing: Most Expensive Gadgets thumbnail",
},
id: "2", title: "Luxury Tech Unboxings", tags: [
"Luxury", "Gadgets", "Reviews"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-luxury-unboxing-most-exp-1774447405767-29593a91.png", imageAlt: "Luxury Unboxing: Most Expensive Gadgets thumbnail"},
{
id: "3",
title: "Sports Blooper Reel",
tags: [
"Sports",
"Humor",
"Fails",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-sports-bloopers-v-1774447405988-f046990a.png?_wi=2",
imageAlt: "Top 10 Sports Bloopers video thumbnail",
},
id: "3", title: "Sports Blooper Reel", tags: [
"Sports", "Humor", "Fails"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-top-10-sports-bloopers-v-1774447405988-f046990a.png", imageAlt: "Top 10 Sports Bloopers video thumbnail"},
{
id: "4",
title: "Mind-Blowing Facts You Didn't Know",
tags: [
"Facts",
"Knowledge",
"Curiosity",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-mind-blowing-facts-you-d-1774447405846-28011b3e.png?_wi=2",
imageAlt: "Mind-Blowing Facts video thumbnail",
},
id: "4", title: "Mind-Blowing Facts You Didn't Know", tags: [
"Facts", "Knowledge", "Curiosity"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRMGmVY0tH8wwt7qQkF8uEX8cQ/thumbnail-for-a-mind-blowing-facts-you-d-1774447405846-28011b3e.png", imageAlt: "Mind-Blowing Facts video thumbnail"},
]}
title="Top Rankings Across All Categories"
description="Explore the most watched, debated, and trending content of the moment. From gaming to luxury, stay updated with what's hot."
animationType="blur-reveal"
/>
</div>
@@ -112,29 +73,15 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
title: "Monthly Active Users",
subtitle: "Global Community",
category: "Engagement",
value: "10M+",
},
id: "1", title: "Monthly Active Users", subtitle: "Global Community", category: "Engagement", value: "10M+"},
{
id: "2",
title: "Total Rankings Published",
subtitle: "Ever-Growing Database",
category: "Content",
value: "50K+",
},
id: "2", title: "Total Rankings Published", subtitle: "Ever-Growing Database", category: "Content", value: "50K+"},
{
id: "3",
title: "New Content Daily",
subtitle: "Fresh Trends",
category: "Updates",
value: "100+",
},
id: "3", title: "New Content Daily", subtitle: "Fresh Trends", category: "Updates", value: "100+"},
]}
title="Our Impact on Viral Culture"
description="See how RankVerse is shaping the way people discover and consume trending content."
animationType="blur-reveal"
/>
</div>
@@ -142,16 +89,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Join The Buzz"
title="Never Miss a Trend"
description="Subscribe to RankVerse for personalized updates on your favorite categories and be the first to know what's going viral."
buttons={[
{
text: "Subscribe Now",
href: "/signup",
},
text: "Subscribe Now", href: "/signup"},
]}
/>
</div>
@@ -160,50 +104,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Rankings",
href: "/rankings",
},
label: "Rankings", href: "/rankings"},
{
label: "Categories",
href: "/categories",
},
label: "Categories", href: "/categories"},
{
label: "Latest Trends",
href: "/trends",
},
label: "Latest Trends", href: "/trends"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
]}