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() {
@@ -62,89 +48,10 @@ 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
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 018e8e2..d6a74e7 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #000000;
- --card: #0c0c0c;
- --foreground: #ffffff;
- --primary-cta: #106EFB;
- --primary-cta-text: #ffffff;
- --secondary-cta: #000000;
- --secondary-cta-text: #ffffff;
- --accent: #535353;
- --background-accent: #106EFB;
+ --background: #00061A;
+ --card: #001033;
+ --foreground: #FFFFFF;
+ --primary-cta: #FF6D00;
+ --primary-cta-text: #FFFFFF;
+ --secondary-cta: #FF9100;
+ --secondary-cta-text: #000000;
+ --accent: #FFB300;
+ --background-accent: #001A4D;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);