Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav" className="relative z-50">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png"
|
||||||
logoAlt="OddsPlay"
|
logoAlt="OddsPlay"
|
||||||
@@ -38,7 +38,6 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
className="border-b-4 border-green-500"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -54,8 +53,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Start Betting Free", href: "contact" },
|
{ text: "Start Betting Free", href: "contact" },
|
||||||
{ text: "View Live Odds", href: "live-odds" }
|
{ text: "View Live Odds", href: "live-odds" }
|
||||||
]}
|
]}
|
||||||
titleClassName="text-4xl md:text-5xl font-bold"
|
|
||||||
descriptionClassName="text-lg md:text-xl opacity-90"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,7 +60,6 @@ export default function LandingPage() {
|
|||||||
<ProductCardFive
|
<ProductCardFive
|
||||||
title="Live NBA Odds"
|
title="Live NBA Odds"
|
||||||
description="Real-time team and player odds updated instantly. Team moneylines, spreads, totals, and player props all in one place."
|
description="Real-time team and player odds updated instantly. Team moneylines, spreads, totals, and player props all in one place."
|
||||||
textboxLayout="default"
|
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "team-odds-1",
|
id: "team-odds-1",
|
||||||
@@ -84,11 +80,6 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Live Lines"
|
imageAlt: "Live Lines"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
containerStyle="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
containerClassName="py-16 md:py-24"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -96,7 +87,6 @@ export default function LandingPage() {
|
|||||||
<FeatureCardFourteen
|
<FeatureCardFourteen
|
||||||
title="How OddsPlay is Different"
|
title="How OddsPlay is Different"
|
||||||
description="Built for speed, accuracy, and simplicity. No complex interfaces, just pure odds data and smart betting tools."
|
description="Built for speed, accuracy, and simplicity. No complex interfaces, just pure odds data and smart betting tools."
|
||||||
textboxLayout="default"
|
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -120,7 +110,6 @@ export default function LandingPage() {
|
|||||||
imageAlt: "Clean Interface"
|
imageAlt: "Clean Interface"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -128,7 +117,6 @@ export default function LandingPage() {
|
|||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Featured Opportunities"
|
title="Featured Opportunities"
|
||||||
description="Our analysts pick the best value bets updated daily. Get actionable insights from experienced basketball experts."
|
description="Our analysts pick the best value bets updated daily. Get actionable insights from experienced basketball experts."
|
||||||
textboxLayout="default"
|
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -159,10 +147,6 @@ export default function LandingPage() {
|
|||||||
icon: Clock
|
icon: Clock
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
|
||||||
animationType="slide-up"
|
|
||||||
containerStyle="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -191,7 +175,6 @@ export default function LandingPage() {
|
|||||||
value: "Guaranteed"
|
value: "Guaranteed"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -199,8 +182,6 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Trusted by NBA Bettors Worldwide"
|
title="Trusted by NBA Bettors Worldwide"
|
||||||
description="Join thousands of serious bettors who trust OddsPlay for accurate odds and smart insights."
|
description="Join thousands of serious bettors who trust OddsPlay for accurate odds and smart insights."
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
logos={[
|
logos={[
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242508840-z1z7pij1.jpg",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242508840-z1z7pij1.jpg",
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242509936-5sra46kr.jpg",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242509936-5sra46kr.jpg",
|
||||||
@@ -210,9 +191,7 @@ export default function LandingPage() {
|
|||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png",
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242508840-z1z7pij1.jpg",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242508840-z1z7pij1.jpg",
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242509936-5sra46kr.jpg"
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242509936-5sra46kr.jpg"
|
||||||
]}
|
]
|
||||||
showCard={true}
|
|
||||||
speed={40}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -247,8 +226,6 @@ export default function LandingPage() {
|
|||||||
content: "Completely. We use military-grade encryption and never store payment information. OddsPlay is a read-only odds platform with no financial data on our servers."
|
content: "Completely. We use military-grade encryption and never store payment information. OddsPlay is a read-only odds platform with no financial data on our servers."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user