Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c366e01f9d | |||
| 2084c1f6b0 | |||
| 3d8e9d3af3 | |||
| 30115f10c5 | |||
| f933136d30 | |||
| def8aa8fda | |||
| 0d17f25e0f | |||
| d777fb55dd | |||
| 1585de9c85 | |||
| a150fdc7c0 | |||
| c0dcc28d93 | |||
| 38ab90a329 | |||
| 770e01a8ec | |||
| 6f93481926 | |||
| a1b84b5124 | |||
| 8ceadc5e28 | |||
| ea83335f2e | |||
| e283f4ced8 | |||
| eac6e0ea7b |
@@ -248,7 +248,7 @@ export default function LandingPage() {
|
||||
quote: "Exceptional support.",
|
||||
tag: "Tech",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C4G3PQyP0HBt0dMkI2YLJMg8fS/uploaded-1775907411588-nmtra3am.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #0b0505;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #3b1717;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user