From 1be011b72cd3c7ea93ba25c600d6e3d0dcf0ef5a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:49:02 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 88 ++++++++++++------------------------------ 1 file changed, 25 insertions(+), 63 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8915545..c8024de 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,8 +11,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, @@ -20,29 +19,27 @@ export default function AboutPage() { ], }, { - 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" }, ], }, ]; @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -78,10 +75,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 04:49:03 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 73 ++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 48 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8b950d6..cde32dd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,8 +11,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ContactPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, @@ -20,29 +19,27 @@ export default function ContactPage() { ], }, { - 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" }, ], }, ]; @@ -54,7 +51,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -85,13 +82,11 @@ export default function ContactPage() { { 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=2" + imageSrc="http://img.b2bpic.net/free-photo/female-gamer-live-streaming-setup_23-2152006705.jpg" imageAlt="Gaming setup and community" mediaAnimation="opacity" mediaPosition="right" @@ -107,41 +102,23 @@ export default function ContactPage() { tag="Help Center" faqs={[ { - id: "1", - title: "How quickly will I receive a response?", - content: - "Community and Supporter members typically receive responses within 24-48 hours. VIP members get priority support within 12 hours during business hours.", - }, + id: "1", title: "How quickly will I receive a response?", content: + "Community and Supporter members typically receive responses within 24-48 hours. VIP members get priority support within 12 hours during business hours."}, { - id: "2", - title: "What if I have technical issues?", - content: - "Our technical support team is available through the support form or Discord. For urgent issues, VIP members can contact our priority support channel.", - }, + id: "2", title: "What if I have technical issues?", content: + "Our technical support team is available through the support form or Discord. For urgent issues, VIP members can contact our priority support channel."}, { - id: "3", - title: "Can I provide feedback or suggestions?", - content: - "Absolutely! We love hearing from our community. Use the contact form to share feedback, feature requests, or event ideas. Your input directly shapes our platform.", - }, + id: "3", title: "Can I provide feedback or suggestions?", content: + "Absolutely! We love hearing from our community. Use the contact form to share feedback, feature requests, or event ideas. Your input directly shapes our platform."}, { - id: "4", - title: "How do I report inappropriate behavior?", - content: - "Community safety is our priority. Report any inappropriate behavior through the report form on your dashboard or email our moderation team directly. All reports are confidential.", - }, + id: "4", title: "How do I report inappropriate behavior?", content: + "Community safety is our priority. Report any inappropriate behavior through the report form on your dashboard or email our moderation team directly. All reports are confidential."}, { - id: "5", - title: "What are your business hours?", - content: - "Our support team operates Monday-Friday, 10 AM - 6 PM EST. Urgent matters from VIP members are handled on extended hours.", - }, + id: "5", title: "What are your business hours?", content: + "Our support team operates Monday-Friday, 10 AM - 6 PM EST. Urgent matters from VIP members are handled on extended hours."}, { - id: "6", - title: "Do you have a Discord for quick questions?", - content: - "Yes! Join our Discord server where community moderators provide real-time support. Discord is the fastest way to get answers to quick questions.", - }, + id: "6", title: "Do you have a Discord for quick questions?", content: + "Yes! Join our Discord server where community moderators provide real-time support. Discord is the fastest way to get answers to quick questions."}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 5be4e2a40b68aa8e2766b6127fc9aa8b339b7b79 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:49:04 +0000 Subject: [PATCH 3/6] Update src/app/events/page.tsx --- src/app/events/page.tsx | 104 ++++++++++++---------------------------- 1 file changed, 30 insertions(+), 74 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index c2c09bb..2fd73b6 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -11,8 +11,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function EventsPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, @@ -20,29 +19,27 @@ export default function EventsPage() { ], }, { - 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" }, ], }, ]; @@ -54,7 +51,7 @@ export default function EventsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -80,35 +77,17 @@ export default function EventsPage() { description="Never miss out on YTG Cheesurs community events, tournaments, and watch parties" features={[ { - id: "1", - title: "Weekly Watch Parties", - author: "Community Events", - description: - "Join us every Friday at 8 PM for synchronized watch parties featuring exclusive content drops, live commentary, and real-time community interaction. Perfect for connecting with fellow fans.", - tags: ["Weekly", "Community"], - imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg?_wi=3", - imageAlt: "Weekly watch parties", - }, + id: "1", title: "Weekly Watch Parties", author: "Community Events", description: + "Join us every Friday at 8 PM for synchronized watch parties featuring exclusive content drops, live commentary, and real-time community interaction. Perfect for connecting with fellow fans.", tags: ["Weekly", "Community"], + imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg", imageAlt: "Weekly watch parties"}, { - id: "2", - title: "Monthly Tournaments", - author: "Esports Team", - description: - "Compete against other community members in skill-based tournaments across multiple games. Win exclusive prizes, recognition, and the chance to team up with content creators.", - tags: ["Competitive", "Prizes"], - imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-invoice_23-2149050193.jpg?_wi=3", - imageAlt: "Monthly tournaments", - }, + id: "2", title: "Monthly Tournaments", author: "Esports Team", description: + "Compete against other community members in skill-based tournaments across multiple games. Win exclusive prizes, recognition, and the chance to team up with content creators.", tags: ["Competitive", "Prizes"], + imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-invoice_23-2149050193.jpg", imageAlt: "Monthly tournaments"}, { - id: "3", - title: "Creator Meet & Greets", - author: "VIP Events", - description: - "VIP members get exclusive access to virtual and in-person meet & greets with featured content creators. Ask questions, collaborate, and build direct relationships with the people you admire.", - tags: ["VIP", "Exclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg?_wi=4", - imageAlt: "Creator meet and greets", - }, + id: "3", title: "Creator Meet & Greets", author: "VIP Events", description: + "VIP members get exclusive access to virtual and in-person meet & greets with featured content creators. Ask questions, collaborate, and build direct relationships with the people you admire.", tags: ["VIP", "Exclusive"], + imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg", imageAlt: "Creator meet and greets"}, ]} animationType="slide-up" textboxLayout="default" @@ -124,25 +103,11 @@ export default function EventsPage() { tag="Past Events" testimonials={[ { - id: "1", - title: "Amazing Tournament Experience", - quote: - "The last monthly tournament was incredible! The organization was seamless, the competition was fierce, and winning exclusive merch made it unforgettable.", - name: "Phoenix Wright", - role: "Tournament Winner, Supporter", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=7", - imageAlt: "Phoenix Wright", - }, + id: "1", title: "Amazing Tournament Experience", quote: + "The last monthly tournament was incredible! The organization was seamless, the competition was fierce, and winning exclusive merch made it unforgettable.", name: "Phoenix Wright", role: "Tournament Winner, Supporter", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Phoenix Wright"}, { - id: "2", - title: "Creator Interaction Was Surreal", - quote: - "Meeting my favorite creator at the VIP meet & greet was a dream come true. They remembered details about our community and showed genuine interest in our feedback.", - name: "Riley Anderson", - role: "VIP Member, 6 months", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=8", - imageAlt: "Riley Anderson", - }, + id: "2", title: "Creator Interaction Was Surreal", quote: + "Meeting my favorite creator at the VIP meet & greet was a dream come true. They remembered details about our community and showed genuine interest in our feedback.", name: "Riley Anderson", role: "VIP Member, 6 months", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Riley Anderson"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -156,23 +121,14 @@ export default function EventsPage() { tag="Event Information" faqs={[ { - id: "1", - title: "How do I register for events?", - content: - "All event registrations are available through your community dashboard. Community tier members can register for free events, while Supporter and VIP members unlock access to exclusive events.", - }, + id: "1", title: "How do I register for events?", content: + "All event registrations are available through your community dashboard. Community tier members can register for free events, while Supporter and VIP members unlock access to exclusive events."}, { - id: "2", - title: "Are events time-zone friendly?", - content: - "Yes! We schedule recurring events at multiple times to accommodate different time zones. Check the event calendar in your dashboard for times in your local timezone.", - }, + id: "2", title: "Are events time-zone friendly?", content: + "Yes! We schedule recurring events at multiple times to accommodate different time zones. Check the event calendar in your dashboard for times in your local timezone."}, { - id: "3", - title: "Can I suggest event ideas?", - content: - "Absolutely! We welcome community suggestions. Submit your event ideas through the feedback portal, and popular suggestions are often scheduled for upcoming months.", - }, + id: "3", title: "Can I suggest event ideas?", content: + "Absolutely! We welcome community suggestions. Submit your event ideas through the feedback portal, and popular suggestions are often scheduled for upcoming months."}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 3680ff2f08c22bd2ce4b6c98d59bc677ed1975af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:49:05 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a98a3e..a914a76 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "YTG Cheesurs - Gaming Community Hub", - description: "Join YTG Cheesurs community. Connect with thousands of fans, access exclusive streams, events, and community updates. Be part of something bigger.", - keywords: "gaming community, YTG, Cheesurs, streaming, exclusive content, gamer network, membership", - metadataBase: new URL("https://ytg-cheesurs.com"), + title: "YTG Cheesurs - Gaming Community Hub", description: "Join YTG Cheesurs community. Connect with thousands of fans, access exclusive streams, events, and community updates. Be part of something bigger.", keywords: "gaming community, YTG, Cheesurs, streaming, exclusive content, gamer network, membership", metadataBase: new URL("https://ytg-cheesurs.com"), alternates: { - canonical: "https://ytg-cheesurs.com", - }, + canonical: "https://ytg-cheesurs.com"}, openGraph: { - title: "YTG Cheesurs Community Hub", - description: "Connect with thousands of gamers. Access exclusive streams, events, and join the YTG Cheesurs community.", - url: "https://ytg-cheesurs.com", - siteName: "YTG Cheesurs", - type: "website", - images: [ + title: "YTG Cheesurs Community Hub", description: "Connect with thousands of gamers. Access exclusive streams, events, and join the YTG Cheesurs community.", url: "https://ytg-cheesurs.com", siteName: "YTG Cheesurs", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/gamer-immersed-fast-paced-video-game_23-2152006694.jpg", - alt: "YTG Cheesurs Community", - }, + url: "http://img.b2bpic.net/free-photo/gamer-immersed-fast-paced-video-game_23-2152006694.jpg", alt: "YTG Cheesurs Community"}, ], }, twitter: { - card: "summary_large_image", - title: "YTG Cheesurs - Gaming Community Hub", - description: "Connect with thousands of fans. Access exclusive streams and join the YTG Cheesurs community.", - images: ["http://img.b2bpic.net/free-photo/gamer-immersed-fast-paced-video-game_23-2152006694.jpg"], + card: "summary_large_image", title: "YTG Cheesurs - Gaming Community Hub", description: "Connect with thousands of fans. Access exclusive streams and join the YTG Cheesurs community.", images: ["http://img.b2bpic.net/free-photo/gamer-immersed-fast-paced-video-game_23-2152006694.jpg"], }, robots: { index: true, -- 2.49.1 From bcfc6cb8c8773a931fa8f56e5f37d8db6b5719ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:49:06 +0000 Subject: [PATCH 5/6] Update src/app/membership/page.tsx --- src/app/membership/page.tsx | 131 ++++++++++-------------------------- 1 file changed, 36 insertions(+), 95 deletions(-) diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index a5b1dba..4229e39 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -7,13 +7,12 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, Star, Sparkles } from "lucide-react"; +import { Award, Star, Sparkles, HelpCircle } from "lucide-react"; export default function MembershipPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, @@ -21,29 +20,27 @@ export default function MembershipPage() { ], }, { - 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" }, ], }, ]; @@ -55,7 +52,7 @@ export default function MembershipPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -83,60 +80,30 @@ export default function MembershipPage() { tagIcon={Award} plans={[ { - id: "community", - badge: "Community", - price: "Free", - subtitle: "Perfect for casual fans", - buttons: [ + id: "community", badge: "Community", price: "Free", subtitle: "Perfect for casual fans", buttons: [ { text: "Get Started", href: "/contact" }, { text: "Learn More", href: "#" }, ], features: [ - "Access to community forum", - "Member directory access", - "Event announcements", - "Monthly newsletters", - "Community Discord invite", - ], + "Access to community forum", "Member directory access", "Event announcements", "Monthly newsletters", "Community Discord invite"], }, { - id: "supporter", - badge: "Supporter", - badgeIcon: Star, - price: "$9.99/mo", - subtitle: "Best for dedicated fans", - buttons: [ + id: "supporter", badge: "Supporter", badgeIcon: Star, + price: "$9.99/mo", subtitle: "Best for dedicated fans", buttons: [ { text: "Become a Supporter", href: "/contact" }, { text: "Chat to Sales", href: "#" }, ], features: [ - "All Community benefits", - "Early stream access", - "Exclusive VOD library", - "Behind-the-scenes content", - "Monthly supporter spotlight", - "Ad-free experience", - ], + "All Community benefits", "Early stream access", "Exclusive VOD library", "Behind-the-scenes content", "Monthly supporter spotlight", "Ad-free experience"], }, { - id: "vip", - badge: "VIP", - badgeIcon: Sparkles, - price: "$24.99/mo", - subtitle: "For ultimate community members", - buttons: [ + id: "vip", badge: "VIP", badgeIcon: Sparkles, + price: "$24.99/mo", subtitle: "For ultimate community members", buttons: [ { text: "Join VIP", href: "/contact" }, { text: "Priority Support", href: "#" }, ], features: [ - "All Supporter benefits", - "Private VIP events", - "Direct creator chat access", - "Custom member badge", - "Monthly exclusive merchandise", - "Priority event registration", - "Personal community manager", - ], + "All Supporter benefits", "Private VIP events", "Direct creator chat access", "Custom member badge", "Monthly exclusive merchandise", "Priority event registration", "Personal community manager"], }, ]} animationType="slide-up" @@ -152,35 +119,17 @@ export default function MembershipPage() { description="Understand what each membership tier includes" features={[ { - id: "1", - title: "Community Tier Benefits", - author: "Entry Level", - description: - "Start your YTG Cheesurs journey with free access to our community forums, member directory, and event announcements. Perfect for exploring what we offer before upgrading.", - tags: ["Free", "Access"], - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-application-contact-with-his-colleagues_1134-644.jpg?_wi=2", - imageAlt: "Community tier benefits", - }, + id: "1", title: "Community Tier Benefits", author: "Entry Level", description: + "Start your YTG Cheesurs journey with free access to our community forums, member directory, and event announcements. Perfect for exploring what we offer before upgrading.", tags: ["Free", "Access"], + imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-application-contact-with-his-colleagues_1134-644.jpg", imageAlt: "Community tier benefits"}, { - id: "2", - title: "Supporter Tier Advantages", - author: "Popular Choice", - description: - "Elevate your experience with early stream access, exclusive VOD library, and behind-the-scenes content. Get the spotlight as a supporter and enjoy ad-free browsing.", - tags: ["Premium", "Exclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg?_wi=3", - imageAlt: "Supporter tier advantages", - }, + id: "2", title: "Supporter Tier Advantages", author: "Popular Choice", description: + "Elevate your experience with early stream access, exclusive VOD library, and behind-the-scenes content. Get the spotlight as a supporter and enjoy ad-free browsing.", tags: ["Premium", "Exclusive"], + imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg", imageAlt: "Supporter tier advantages"}, { - id: "3", - title: "VIP Tier Excellence", - author: "Premium Experience", - description: - "Experience the ultimate YTG Cheesurs membership with private VIP events, direct creator interactions, and personalized support. Includes exclusive merchandise and priority access to everything.", - tags: ["VIP", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg?_wi=2", - imageAlt: "VIP tier excellence", - }, + id: "3", title: "VIP Tier Excellence", author: "Premium Experience", description: + "Experience the ultimate YTG Cheesurs membership with private VIP events, direct creator interactions, and personalized support. Includes exclusive merchandise and priority access to everything.", tags: ["VIP", "Premium"], + imageSrc: "http://img.b2bpic.net/free-photo/group-multi-ethnic-friends-using-vr-glasses-fun-after-work-office_482257-4575.jpg", imageAlt: "VIP tier excellence"}, ]} animationType="slide-up" textboxLayout="default" @@ -193,25 +142,17 @@ export default function MembershipPage() { title="Membership FAQ" description="Common questions about YTG Cheesurs membership plans" tag="Help Center" + tagIcon={HelpCircle} faqs={[ { - id: "1", - title: "Can I change my membership tier?", - content: - "Yes! You can upgrade or downgrade your membership anytime. Changes take effect immediately with prorated billing adjustments if applicable.", - }, + id: "1", title: "Can I change my membership tier?", content: + "Yes! You can upgrade or downgrade your membership anytime. Changes take effect immediately with prorated billing adjustments if applicable."}, { - id: "2", - title: "What payment methods do you accept?", - content: - "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and cryptocurrency for premium tiers.", - }, + id: "2", title: "What payment methods do you accept?", content: + "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and cryptocurrency for premium tiers."}, { - id: "3", - title: "Do you offer discounts for annual memberships?", - content: - "Yes! Annual prepayment for Supporter and VIP tiers includes a 15% discount compared to monthly billing.", - }, + id: "3", title: "Do you offer discounts for annual memberships?", content: + "Yes! Annual prepayment for Supporter and VIP tiers includes a 15% discount compared to monthly billing."}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 56a09cfc2ecb30d6fd8f476fb73a2ccdb3f773ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:49:06 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++++++--------------------------------- 1 file changed, 36 insertions(+), 85 deletions(-) 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" -- 2.49.1