Changeset 636f86c for src/app/page.tsx


Ignore:
Timestamp:
09/25/25 16:30:46 (12 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
6b8332f
Parents:
875f7d6
Message:

Add initial data files for applications, documents, semesters, student profiles, and subjects

  • Created applications.json with exam sessions and application details for 2024 and 2025.
  • Added documents.json containing various document types and their associated fees.
  • Introduced semesters.json with details of semesters, including status and financial information.
  • Established student-profile.json with personal and educational information for a sample student.
  • Implemented subjects.json detailing subjects offered per semester along with their respective professors and statuses.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/app/page.tsx

    r875f7d6 r636f86c  
    11import Image from "next/image";
    2 import Navbar from "@/components/navbar";
    3 import Header from "@/components/header";
    4 import Exams from "@/components/exams";
    52
    63export default function Home() {
    74  return (
    85    <>
    9       <Header></Header>
    10       <Navbar></Navbar>
    11       <Exams></Exams>
     6     
    127    </>
    138  );
Note: See TracChangeset for help on using the changeset viewer.