8 Commits

Author SHA1 Message Date
2084c1f6b0 Update src/app/page.tsx 2026-04-11 11:37:37 +00:00
30115f10c5 Update theme colors 2026-04-11 11:30:12 +00:00
def8aa8fda Update theme colors 2026-04-11 11:29:56 +00:00
d777fb55dd Update theme colors 2026-04-11 11:29:33 +00:00
a150fdc7c0 Update theme colors 2026-04-11 11:29:18 +00:00
38ab90a329 Update theme colors 2026-04-11 11:28:50 +00:00
6f93481926 Update theme colors 2026-04-11 11:27:54 +00:00
ea83335f2e Update theme colors 2026-04-11 11:27:44 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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",

View File

@@ -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);