Compare commits
9 Commits
version_5
...
e63c5e3097
| Author | SHA1 | Date | |
|---|---|---|---|
| e63c5e3097 | |||
| ab1b596b51 | |||
| 6667492f64 | |||
| 6c3cbcc7c0 | |||
| dbf2d55c23 | |||
| 5eb168f962 | |||
| e45a82cc57 | |||
| cdedf6baa9 | |||
| afda9e624b |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f5faff;;
|
||||
--card: #f1f8ff;;
|
||||
--foreground: #001122;;
|
||||
--primary-cta: #15479c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #a8cce8;;
|
||||
--background-accent: #7ba3cf;;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffffae6;
|
||||
--primary-cta: #facc15;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -495,7 +495,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-merriweather), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-merriweather), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -254,6 +254,7 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
title="A10 Featured Selection"
|
||||
description="Explore our most popular A10 variants with customer reviews and ratings."
|
||||
starColor="#ff0000"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
|
||||
Reference in New Issue
Block a user