Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -4,13 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { Trophy, ShieldCheck, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,6 +56,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536140.jpg"
|
||||
imageAlt="Alpha Bets Mission"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,6 +67,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,6 +89,7 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ 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: "Is the Telegram group secure?", content: "Yes, our community is moderated to ensure only serious, professional discourse and verified strategies are shared." },
|
||||
@@ -101,6 +102,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Get Started with Alpha Bets"
|
||||
|
||||
Reference in New Issue
Block a user