Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Triple One"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593880.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjdSQgetjWWy1kKJ4u4VGGG0Rd/uploaded-1780696336868-kibfbk6v.jpg"
|
||||
logoAlt="Triple One Logo"
|
||||
navItems={[
|
||||
{ name: "Services", id: "#services" },
|
||||
@@ -208,7 +208,7 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
videoSrc="http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746623.jpg"
|
||||
videoAriaLabel="Cinematic video of car interior"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/realistic-metallic-car-logo-design-with-wrenches_52683-61887.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EjdSQgetjWWy1kKJ4u4VGGG0Rd/uploaded-1780696336868-kibfbk6v.jpg"
|
||||
logoAlt="Triple One Logo"
|
||||
logoText="Triple One"
|
||||
columns={[
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #D4AF37;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #D4AF37;
|
||||
--background-accent: #333333;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user