diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de6544..6aa35c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Sparkles, MessageCircle, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, @@ -31,29 +31,27 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord Server", href: "https://discord.com" }, - { label: "Event Calendar", href: "/events" }, - { label: "Report an Issue", href: "/contact" }, + { label: "Member Directory", href: "#members" }, + { label: "Event Calendar", href: "#events" }, + { label: "Report an Issue", href: "#contact" }, ], }, { - title: "Resources", - items: [ - { label: "FAQ", href: "/contact" }, - { label: "Support", href: "/contact" }, + title: "Resources", items: [ + { label: "FAQ", href: "#faq" }, + { label: "Support", href: "#contact" }, { label: "Community Guidelines", href: "#" }, { label: "Blog", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, - { label: "Contact Us", href: "/contact" }, + { label: "Contact Us", href: "#contact" }, ], }, ]; @@ -65,7 +63,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -89,7 +87,7 @@ export default function HomePage() { @@ -166,6 +145,7 @@ export default function HomePage() { title="Trusted by Industry Partners" description="YTG Cheesurs collaborates with leading brands in gaming and streaming" tag="Partner Ecosystem" + tagIcon={Zap} names={["Twitch", "YouTube Gaming", "Discord", "NVIDIA GeForce", "Corsair", "SteelSeries", "Razer"]} textboxLayout="default" useInvertedBackground={false} @@ -179,47 +159,20 @@ export default function HomePage() { title="What Our Community Says" description="Hear directly from YTG Cheesurs members about their experience" tag="Community Voices" + tagIcon={MessageCircle} testimonials={[ { - id: "1", - title: "Found My Gaming Family", - quote: - "YTG Cheesurs gave me more than exclusive content—it gave me a second family. The community is welcoming, supportive, and genuinely passionate about gaming.", - name: "Alex Martinez", - role: "Supporter Member, 6 months", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=1", - imageAlt: "Alex Martinez", - }, + id: "1", title: "Found My Gaming Family", quote: + "YTG Cheesurs gave me more than exclusive content—it gave me a second family. The community is welcoming, supportive, and genuinely passionate about gaming.", name: "Alex Martinez", role: "Supporter Member, 6 months", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Alex Martinez"}, { - id: "2", - title: "Best Streaming Experience", - quote: - "The exclusive behind-the-scenes access is incredible. I feel like I'm part of the creator's journey, not just a viewer. This is what community should feel like.", - name: "Jordan Lee", - role: "VIP Member, 1 year", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=2", - imageAlt: "Jordan Lee", - }, + id: "2", title: "Best Streaming Experience", quote: + "The exclusive behind-the-scenes access is incredible. I feel like I'm part of the creator's journey, not just a viewer. This is what community should feel like.", name: "Jordan Lee", role: "VIP Member, 1 year", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Jordan Lee"}, { - id: "3", - title: "Met My Best Friends Here", - quote: - "I've made genuine friendships through YTG that extend far beyond gaming. The member directory helped me find teammates, and now we compete together regularly.", - name: "Taylor Chen", - role: "Community Member, 8 months", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=3", - imageAlt: "Taylor Chen", - }, + id: "3", title: "Met My Best Friends Here", quote: + "I've made genuine friendships through YTG that extend far beyond gaming. The member directory helped me find teammates, and now we compete together regularly.", name: "Taylor Chen", role: "Community Member, 8 months", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Taylor Chen"}, { - id: "4", - title: "Worth Every Penny", - quote: - "As a VIP member, the personal interaction and exclusive events make this membership essential. The value far exceeds the cost. Couldn't imagine the community without it.", - name: "Sam Rodriguez", - role: "VIP Member, 2 years", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=4", - imageAlt: "Sam Rodriguez", - }, + id: "4", title: "Worth Every Penny", quote: + "As a VIP member, the personal interaction and exclusive events make this membership essential. The value far exceeds the cost. Couldn't imagine the community without it.", name: "Sam Rodriguez", role: "VIP Member, 2 years", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Sam Rodriguez"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -237,13 +190,11 @@ export default function HomePage() { { name: "favoriteGame", type: "text", placeholder: "Favorite Game(s)", required: false }, ]} textarea={{ - name: "message", - placeholder: "Tell us about yourself and why you want to join YTG Cheesurs...", - rows: 5, + name: "message", placeholder: "Tell us about yourself and why you want to join YTG Cheesurs...", rows: 5, required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-gamer-live-streaming-setup_23-2152006705.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-gamer-live-streaming-setup_23-2152006705.jpg" imageAlt="Gaming setup and community" mediaAnimation="opacity" mediaPosition="right"