Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-05-10 18:40:50 +00:00
2 changed files with 45 additions and 57 deletions

View File

@@ -8,12 +8,9 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Trophy, ShieldCheck, MessageCircle } from "lucide-react";
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, Users, Zap, MessageSquare, Trophy, Crown } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,39 +31,43 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Features", id: "features" }, { name: "Mission", id: "about" },
{ name: "VIP Picks", id: "pricing" }, { name: "VIP Picks", id: "pricing" },
{ name: "Community", id: "about" }, { name: "Community", id: "community" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="BetElite" brandName="Alpha Bets"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Elite Sports Betting. Redefined." title="Dominate the Field with Alpha Bets"
description="Experience professional-grade odds, instant payouts, and a secure betting environment built for the modern sports enthusiast." description="Professional-grade sports analytics, verified strategies, and the most secure betting insights available to the modern bettor."
testimonials={[]} testimonials={[]}
buttons={[{ text: "Start Betting", href: "#products" }]} buttons={[{ text: "Join the Community", href: "#community" }]}
imageSrc="http://img.b2bpic.net/free-photo/gambling-football-game-bet-concept_53876-120070.jpg" imageSrc="http://img.b2bpic.net/free-photo/gambling-football-game-bet-concept_53876-120070.jpg"
imageAlt="Futuristic betting platform interface" imageAlt="Professional sports betting analysis"
/> />
</div> </div>
<div id="features" data-section="features"> <div id="about" data-section="about">
<FeatureCardTwentyThree <MediaAbout
animationType="slide-up" title="Our Mission: Unmatched Trust"
textboxLayout="split" description="At Alpha Bets, our mission is to bring transparency and professional rigour to sports betting. We leverage data-backed analytics to ensure every tip we provide is grounded in probability, not guesswork. We prioritize trust, accountability, and long-term profitability for our members."
useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536140.jpg"
features={[ imageAlt="Alpha Bets Mission"
{ id: "f1", title: "Live Odds Analytics", tags: ["AI-Driven", "Real-time"], imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536140.jpg" }, />
{ id: "f2", title: "Secure Encryption", tags: ["Blockchain", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/health-influenza-covid-concept-portrait-young-healthy-man-got-better-show-thumbsup-holding-drugs_1258-109040.jpg" }, </div>
{ id: "f3", title: "Global Sports Coverage", tags: ["24/7", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/stockholder-working-from-apartment-using-mockup-mobile-phone_482257-121882.jpg" }
]} <div id="community" data-section="community">
title="Core Betting Features" <MediaAbout
description="Advanced tools to give you the competitive edge." title="Exclusive Telegram Community"
description="Join our inner circle of elite bettors. Get instant access to daily picks, strategy discussions, and live market updates. 5,000+ members strong."
buttons={[{ text: "Join Telegram Now", href: "https://telegram.org" }]}
imageSrc="http://img.b2bpic.net/free-photo/working-with-apps-cup-coffee_1134-93.jpg"
imageAlt="Telegram Community"
/> />
</div> </div>
@@ -75,39 +76,26 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
title="VIP Picks Subscription" title="Membership Plans"
description="Access our proprietary data-driven predictions and gain the edge over the house." description="Choose the plan that fits your betting style and gain an edge over the house."
plans={[ plans={[
{ id: "vip-monthly", badge: "Monthly", price: "$99", subtitle: "Complete access to all daily VIP picks.", features: ["Daily Betting Tips", "Bankroll Management", "Priority Telegram Alerts"] }, { id: "pro-monthly", badge: "Pro", price: "$99", subtitle: "Daily VIP picks & Telegram access.", features: ["Daily Betting Tips", "Bankroll Management", "Private VIP Channel"] },
{ id: "vip-annual", badge: "Annual", price: "$599", subtitle: "Best value for long-term bettors.", features: ["Everything in Monthly", "Quarterly Profit Report", "1-on-1 Analyst Access"] } { id: "alpha-annual", badge: "Alpha", price: "$599", subtitle: "The full Alpha experience.", features: ["Everything in Pro", "Quarterly Strategy Deep-dives", "1-on-1 Analyst Consultation"] }
]} ]}
/> />
</div> </div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Join Our Telegram Community"
description="Connect with 5,000+ elite bettors, get real-time strategy insights, and participate in our daily discussions. Click below to join the inner circle."
buttons={[{ text: "Join Telegram Channel", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/working-with-apps-cup-coffee_1134-93.jpg"
imageAlt="Community and Discussion"
/>
</div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "How do I receive VIP picks?", content: "Once you subscribe, you'll get instant invites to our private Telegram channel where we post all daily picks." }, { id: "q1", title: "Why Alpha Bets?", content: "We focus on high-probability outcomes derived from rigorous data modeling rather than gambling on gut feeling." },
{ id: "q2", title: "Are payouts truly instant?", content: "Yes, crypto withdrawals are typically processed and sent to your wallet within minutes." }, { id: "q2", title: "Is the Telegram group secure?", content: "Yes, our community is moderated to ensure only serious, professional discourse and verified strategies are shared." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg"
mediaAnimation="slide-up" title="Betting Insights FAQ"
title="Frequently Asked Questions" description="Common questions from our community of successful bettors."
description="Everything you need to know about starting your journey."
faqsAnimation="slide-up"
/> />
</div> </div>
@@ -115,18 +103,18 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Get Started" title="Get Started with Alpha Bets"
title="Join BetElite Today" description="Subscribe to our newsletter for weekly betting tips and exclusive market insights."
description="Sign up and receive a 100% deposit bonus on your first bet." buttonText="Sign Up for Tips"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="BetElite" logoText="Alpha Bets"
columns={[ columns={[
{ items: [{ label: "VIP Picks", href: "#pricing" }, { label: "Telegram Community", href: "#about" }] }, { items: [{ label: "VIP Membership", href: "#pricing" }, { label: "Telegram Channel", href: "#community" }] },
{ items: [{ label: "Support", href: "#faq" }, { label: "Terms of Use", href: "#" }] } { items: [{ label: "Mission", href: "#about" }, { label: "Contact Support", href: "#contact" }] }
]} ]}
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #00061A; --background: #1a3a52;
--card: #001033; --card: #152e41;
--foreground: #FFFFFF; --foreground: #ffffff;
--primary-cta: #FF6D00; --primary-cta: #ff8c00;
--primary-cta-text: #FFFFFF; --primary-cta-text: #FFFFFF;
--secondary-cta: #FF9100; --secondary-cta: #ffffff;
--secondary-cta-text: #000000; --secondary-cta-text: #000000;
--accent: #FFB300; --accent: #ff8c00;
--background-accent: #001A4D; --background-accent: #002a40;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);