Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10c1c53d2c | |||
| c4b7b7ec23 | |||
| 3e2de64e62 | |||
| f32ca01ccd | |||
| 0a089d841e | |||
| 72a32d9db5 | |||
| 39750c3a96 | |||
| f020422f81 | |||
| 87bf390827 | |||
| da887d3f8b | |||
| 003aeed6a8 | |||
| 4dddcc8e6c | |||
| 60885590f0 |
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-highway-road-with-car-light-speed-trails_181624-1805.jpg", imageAlt: "Racing car cinematic action"
|
videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4?_wi=1", videoAriaLabel: "Racing car video background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-brown-subway_422131-37.jpg", imageAlt: "High-speed motorsport track"
|
videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4?_wi=2", videoAriaLabel: "Racing car video background"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={0}
|
||||||
ratingText="Top Emerging Racing Driver"
|
ratingText=""
|
||||||
ariaLabel="Hero section with racing driver introduction"
|
ariaLabel="Hero section with racing driver introduction"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
|||||||
title: "Sponsor Ready", description: "Building platform and reach to attract premium brand partnerships and collaborations", icon: Target
|
title: "Sponsor Ready", description: "Building platform and reach to attract premium brand partnerships and collaborations", icon: Target
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-image-motorcyclist-studio-shot_613910-10816.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Agh1JoZ6fk0rN5puDuRQR3Z98T/uploaded-1773021177021-g6k1rhot.jpg"
|
||||||
imageAlt="Brennen Reichers professional racing driver"
|
imageAlt="Brennen Reichers professional racing driver"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
--secondary-cta: #010101;
|
--secondary-cta: #010101;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #ff7b05;
|
--accent: #ff7b05;
|
||||||
--background-accent: #106efb;
|
--background-accent: #f2f2f2;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user