From 418ca5e438a93ac52823f42a9c5d28d00556464f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 10:59:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 344bc60..aea06d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 02bf7a5e6da728f34188e1e7539148c4d0c97837 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 10:59:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 390 +++++++++++++++-------------------------------- 1 file changed, 127 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cef122f..f1fd37c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,290 +1,154 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Users, TrendingUp, Target, Star, Quote } from "lucide-react"; export default function LandingPage() { return ( + {/* Navbar */} + {/* Hero */}
- +
+

Real-time NBA Team & Player Odds

+

Bet smarter with live updates and exclusive betting lines. Your edge in the game starts here.

+
+ + +
+
+ {/* Product */}
- +
+
+

NBA Team & Player Odds

+

Access the most competitive betting lines for tonight's games. Live odds with real-time updates.

+
+
+
+ Lakers vs Celtics matchup +

Lakers vs Celtics Spread

+

-110 / +110

+
+
+ LeBron James points prop +

LeBron Over 25.5 Points

+

-115 / -105

+
+
+ Warriors game odds +

Warriors Moneyline

+

-250 / +210

+
+
+ Doncic triple double prop +

Luka Doncic Triple Double

+

+180 / -200

+
+
+
+ {/* Feature */}
- -
- -
- -
- -
- +
+
+

How OddsVault Stands Apart

+

Different approach to NBA sports betting. We deliver real-time odds, exclusive player props, and competitive lines you won't find elsewhere. Built for serious bettors who demand clarity and accuracy.

+
+
+ Real-time odds updates + Professional betting platform + Advanced player analytics + Comprehensive game analysis +
+
+ {/* Contact */}
- +
+
+

Get Live Odds Alerts

+

Never miss a line movement. Get instant notifications when odds shift, new player props drop, or your favorite teams are playing.

+
+ + +
+

We respect your inbox. Unsubscribe anytime. Real-time odds updates only.

+
+
+ {/* Footer */}
); -} +} \ No newline at end of file