+ );
+};
+
+export default BusPage;
diff --git a/src/app/studymaterial/page.tsx b/src/app/studymaterial/page.tsx
index 3465057..f65dcc9 100644
--- a/src/app/studymaterial/page.tsx
+++ b/src/app/studymaterial/page.tsx
@@ -1,17 +1,9 @@
-export default function Home() {
+import SemPage from "./pages/sem";
+
+export default function StudyMaterialPage() {
return (
-
- in this page we need folder like strucutre basically you will dynamic slect the folder basically if there cse mech
- then slect cse the website should autoamtically all the folder inside the cse folder like taht
- then
- -2019 and 2024 schema
- -deptmarntent
- -sem
- -subject
- -notebook,textbook,question paper,notes,syllabus,previous year question paper,lab manual,lab record,lab experiment
- -module wise or quesiton year wise questions
-
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/studymaterial/pages/sem.tsx b/src/app/studymaterial/pages/sem.tsx
new file mode 100644
index 0000000..d3ce8de
--- /dev/null
+++ b/src/app/studymaterial/pages/sem.tsx
@@ -0,0 +1,55 @@
+import React from 'react';
+
+const SemPage: React.FC = () => {
+ const semesters = [
+ 'S1', 'S2', 'S3', 'S4', 'S5', 'S6', 'S7', 'S8'
+ ];
+
+ return (
+
+ {/* Header */}
+
+
+
+
Study Material
+ {/* Decorative wave underline */}
+
+
+
SEM
+
+
+ {/* Subject Grid */}
+
+ {semesters.map((sem, index) => (
+
+ ))}
+
+
+ {/* Footer Text */}
+
+
+ Stay focused, work hard, and believe in yourself
+