From f07776759d2d4d69c65329d5ba4454a82adbd370 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:46:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d7010f..29f6292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { logoText="Academic Tracker / מעקב אקדמי" description="The ultimate tool for tracking your grades. Drag, drop, and analyze. / הכלי המושלם למעקב אחר ציונים. גררו, שחררו ונתחו." buttons={[{ text: "Upload / העלאה", href: "#upload" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bp2F9pCsb0AmcD5WmS5qRm1Gpg/uploaded-1775418354827-86yc002h.png" imageAlt="Dashboard preview" /> -- 2.49.1 From f84c7a4eecdaaf1541691100cf86d8cc0d658a3d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:46:05 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c8b870e..7495a4e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #2997ff; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffffe6; - --accent: #2c2c2e; - --background-accent: #2c2c2e; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1