Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user