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 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