Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 144d3b2c73 | |||
| 5f15ca95f7 | |||
| 18910d5b5c |
@@ -46,6 +46,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
|
tag="NEW 2025 MODEL"
|
||||||
|
tagAnimation="blur-reveal"
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="The Ultimate Driving Machine."
|
title="The Ultimate Driving Machine."
|
||||||
@@ -80,6 +82,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "View Specs", href: "#performance"},
|
text: "View Specs", href: "#performance"},
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-laughing-man_158595-4245.jpg", alt: "User 1"},
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-laughing-man_158595-4245.jpg", alt: "User 1"},
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #0a0a0a;
|
||||||
--card: #0c0c0c;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #535353;
|
--accent: #535353;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #106EFB;
|
||||||
|
|||||||
Reference in New Issue
Block a user