From 1217393b1fc587e53a429b13558a70a90917c930 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 18:39:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 412 ++++------------------------------------------- 1 file changed, 34 insertions(+), 378 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f24754..109af8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,15 +5,15 @@ 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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Users, Zap } from "lucide-react"; +import { Award, Users, Zap, MessageSquare, Trophy, Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -33,26 +33,12 @@ export default function LandingPage() { - -
-
@@ -154,236 +61,37 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - 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", - }, - { - 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", - }, + { 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" }, + { 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" } ]} title="Core Betting Features" description="Advanced tools to give you the competitive edge." /> -
- -
-
-
-
- + -
- -
-
@@ -392,26 +100,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How fast are payouts?", - content: "Most payouts are processed within minutes.", - }, - { - id: "q2", - title: "Is my money safe?", - content: "Yes, we use military-grade encryption.", - }, - { - id: "q3", - title: "Can I bet globally?", - content: "Yes, we support markets across all major international sports.", - }, + { 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: "q2", title: "Are payouts truly instant?", content: "Yes, crypto withdrawals are typically processed and sent to your wallet within minutes." }, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" - description="Common questions about our betting platform." + description="Everything you need to know about starting your journey." faqsAnimation="slide-up" /> @@ -419,9 +114,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file