Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c081d17669 | |||
| 10c1c53d2c | |||
| d04203f694 | |||
| c4b7b7ec23 | |||
| 3e2de64e62 | |||
| f32ca01ccd | |||
| 0a089d841e | |||
| 72a32d9db5 | |||
| 39750c3a96 | |||
| f020422f81 | |||
| 87bf390827 | |||
| da887d3f8b | |||
| 003aeed6a8 | |||
| 4dddcc8e6c | |||
| 60885590f0 |
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
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"
|
||||
rating={5}
|
||||
ratingText="Top Emerging Racing Driver"
|
||||
rating={0}
|
||||
ratingText=""
|
||||
ariaLabel="Hero section with racing driver introduction"
|
||||
/>
|
||||
</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
|
||||
}
|
||||
]}
|
||||
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"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #106efb;
|
||||
--background-accent: #f2f2f2;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user