Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 699d4ac1ed | |||
| 9f28b675b6 | |||
| ec2b1573c0 |
@@ -8,7 +8,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
)}
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "plain" }}
|
||||
title="Shift into High Gear"
|
||||
description="Experience the ultimate adrenaline-fueled 2D racing simulation. Master the curves, upgrade your engine, and dominate the global leaderboards."
|
||||
@@ -86,14 +86,8 @@ export default function LandingPage() {
|
||||
{ text: "Start Game", onClick: startGame },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
] : []}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg?_wi=1", imageAlt: "Dynamic racing scene" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-aerial-shot-narrow-bridge_181624-198.jpg?_wi=1", imageAlt: "Racing track layout" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148359394.jpg?_wi=1", imageAlt: "Cockpit interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138949.jpg?_wi=1", imageAlt: "City racer car" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/collage-cyber-punk-portrait_52683-103757.jpg", imageAlt: "Finish line celebration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-street-dark-atmosphere_23-2150914448.jpg", imageAlt: "Speed motion lines" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg?_wi=1"
|
||||
imageAlt="Dynamic racing scene"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,4 +102,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user