Update src/app/categories/page.tsx
This commit is contained in:
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user