4 Commits

Author SHA1 Message Date
8a1b0f8755 Update src/app/page.tsx 2026-05-02 23:51:22 +00:00
f2973e9d60 Update theme colors 2026-05-02 23:46:48 +00:00
d1643a1d03 Update theme colors 2026-05-02 23:46:07 +00:00
8d99213a14 Update theme colors 2026-05-02 23:45:21 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -67,11 +67,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103083.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DBobpJsI7vshwOCkYa1ofcNUQ3/uploaded-1777765806055-eejpwhm9.jpg",
imageAlt: "Digital Agency Showcase",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nobody-photography-studio-with-retouching-equipment-technology-media-production-empty-workplace-image-edit-using-retouch-software-computer-office-photographer_482257-28778.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DBobpJsI7vshwOCkYa1ofcNUQ3/uploaded-1777765711800-3tvf27s8.jpg",
imageAlt: "Digital Agency Showcase",
},
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);