3 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
2 changed files with 3 additions and 3 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

@@ -12,11 +12,11 @@
--background: #f5f5f5;
--card: #ffffff;
--foreground: #df1818;
--foreground: #0b0505;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--secondary-cta-text: #3b1717;
--accent: #159c49;
--background-accent: #a8e8ba;