From ac27743936f78a4eb31949363b126716a65fce48 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:30:11 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 260054a..4e53c05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { title="Njoftime dhe Evente" description="Lajmet më të fundit nga jeta shkollore." blogs={[ - { id: "n1", category: "Akademike", title: "Olimpiada Kombëtare", excerpt: "Rezultate të shkëlqyera në matematikë.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-boy-with-books-his-hands_1098-229.jpg", authorName: "Sekretaria", authorAvatar: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg", date: "2025-05-10" }, + { id: "n1", category: "Akademike", title: "Olimpiada Kombëtare", excerpt: "Rezultate të shk shkëlqyera në matematikë.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-boy-with-books-his-hands_1098-229.jpg", authorName: "Sekretaria", authorAvatar: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg", date: "2025-05-10" }, { id: "n2", category: "TIK", title: "Panair Teknologjie", excerpt: "Projekte të avancuara nga nxënësit.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-digital-glasses_23-2148910291.jpg", authorName: "TIK Dept", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107110.jpg", date: "2025-05-12" }, { id: "n3", category: "Takime", title: "Prindërit", excerpt: "Takim me prindërit e klasave të 10-ta.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-studio_23-2148424419.jpg", authorName: "Drejtoria", authorAvatar: "http://img.b2bpic.net/free-photo/pencil-front-side-with-white-background_187299-39921.jpg", date: "2025-05-15" }, { id: "n4", category: "Sport", title: "Kampionati Sportiv", excerpt: "Finalet e basketbollit.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-playing-basket_23-2148459519.jpg", authorName: "Sport", authorAvatar: "http://img.b2bpic.net/free-photo/green-character-holding-board_1156-454.jpg", date: "2025-05-20" }, @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From a202d315790a8ea77072e8e35dc8e63f4446a4d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:30:12 +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 65ffd3d..51a8ef6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #ffffff; + --card: #fff9c4; + --foreground: #4a148c; + --primary-cta: #ff0000; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #ffeb3b; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #ffcc80; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);