Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8edd2b834 | |||
| d7890290ac | |||
| acd5b65c40 | |||
| f6121918b3 |
@@ -27,14 +27,14 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Our Clients", id: "track-record" },
|
||||||
{ name: "Track Record", id: "track-record" },
|
{ name: "Track Record", id: "track-record" },
|
||||||
{ name: "The Method", id: "the-method" },
|
{ name: "How We Pick", id: "the-method" },
|
||||||
{ name: "Memberships", id: "memberships" },
|
{ name: "Memberships", id: "memberships" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About Us", id: "about" }
|
||||||
{ name: "Contact", id: "contact" }
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Premium Access", href: "memberships"
|
text: "View Memberships", href: "memberships"
|
||||||
}}
|
}}
|
||||||
brandName="Summit"
|
brandName="Summit"
|
||||||
/>
|
/>
|
||||||
@@ -43,31 +43,29 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
title="Betting with Swiss Precision"
|
title="Betting with Swiss Precision"
|
||||||
description="Sports Intelligence · Switzerland"
|
description=""
|
||||||
tag="Premium Analytics"
|
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg?_wi=1", imageAlt: "Alpine mountain landscape"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png?_wi=1", imageAlt: "Mountain landscape background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg?_wi=2", imageAlt: "Alpine mountain landscape"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png?_wi=2", imageAlt: "Mountain landscape background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg?_wi=3", imageAlt: "Alpine mountain landscape"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png?_wi=3", imageAlt: "Mountain landscape background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg?_wi=4", imageAlt: "Alpine mountain landscape"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png?_wi=4", imageAlt: "Mountain landscape background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66470.jpg?_wi=5", imageAlt: "Alpine mountain landscape"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png?_wi=5", imageAlt: "Mountain landscape background"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Memberships →", href: "memberships" }
|
{ text: "View Memberships →", href: "memberships" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
tagAnimation="opacity"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,4 +203,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user