diff --git a/src/app/page.tsx b/src/app/page.tsx index ef99a12..daf16d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,14 +33,10 @@ export default function LandingPage() {
@@ -128,25 +105,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", badge: "Entry", price: "$0", subtitle: "Community Basic", buttons: [ - { - text: "Access Now", href: "#"}, - ], - features: [ - "Basic Strategy", "Weekly Updates", "Public Forum"], + { + id: "community", badge: "Community", price: "Free", subtitle: "Baseline Strategy", + buttons: [{ text: "Get Started", href: "#" }], + features: ["Public Method Guide", "Community Discussion", "Basic Requirements"] }, - { - id: "pro", badge: "Pro", price: "$19", subtitle: "Advanced Optimization", buttons: [ - { - text: "Get Pro", href: "#"}, - ], - features: [ - "All Basic Features", "Private Tools", "1-on-1 Advice", "High-Speed Nodes"], + { + id: "pro", badge: "Pro Guide", price: "Premium", subtitle: "Advanced Tips", + buttons: [{ text: "View Pro Guide", href: "#" }], + features: ["Video Walkthrough", "Private Discord Access", "Hotfix Alerts", "Advanced Timing Tools"] }, ]} - title="Performance Packages" - description="Select the level of optimization you need." + title="Method Access" + description="Choose how you want to learn the 3.3 bug." /> @@ -156,25 +127,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah", handle: "@sarah_pro", testimonial: "The 3.3 method completely changed my approach to GTA. Absolutely essential.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232848.jpg"}, - { - id: "2", name: "Marcus", handle: "@m_gamer", testimonial: "Finally, a strategy that actually works as advertised. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-laughing-woman-playing-videogame_23-2149350007.jpg"}, - { - id: "3", name: "Elena", handle: "@elena_gta", testimonial: "Clear, concise, and incredibly effective. Simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg"}, - { - id: "4", name: "David", handle: "@d_tech", testimonial: "I reached my goals in half the time thanks to this guide.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-brutal-male-casual-clothes-dark-background_613910-16055.jpg"}, - { - id: "5", name: "James", handle: "@j_streams", testimonial: "Best community resource for serious players.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive-wearing-headphones_114579-14803.jpg"}, + { id: "1", name: "Alex", handle: "@gta_pro", testimonial: "The 3.3 method works perfectly when you follow the timing steps exactly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232848.jpg" }, + { id: "2", name: "Ben", handle: "@ls_trader", testimonial: "Finally an explanation that doesn't skip the hard parts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-laughing-woman-playing-videogame_23-2149350007.jpg" }, ]} showRating={true} - title="Community Voices" - description="Hear what the pros say about the 3.3 method." + title="Success Stories" + description="Players who mastered the 3.3 method." /> @@ -182,10 +140,9 @@ export default function LandingPage() {