diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx
index 624a0ed..dd11ca9 100644
--- a/refer_landing_page/app/lectures/page.tsx
+++ b/refer_landing_page/app/lectures/page.tsx
@@ -6,7 +6,7 @@ export default function LecturesPage() {
const olderSemesters = semesters.slice(3);
return (
-
+
{/* Header */}
diff --git a/refer_landing_page/app/members/page.tsx b/refer_landing_page/app/members/page.tsx
index 138b3bd..ee0a8c0 100644
--- a/refer_landing_page/app/members/page.tsx
+++ b/refer_landing_page/app/members/page.tsx
@@ -11,7 +11,7 @@ export default function MembersPage() {
);
return (
-
+
{/* Header */}
diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx
index 4e0ba55..bcb0d69 100644
--- a/refer_landing_page/app/page.tsx
+++ b/refer_landing_page/app/page.tsx
@@ -59,10 +59,10 @@ export default function HomePage() {
const pubCount = publications.length + patents.length;
return (
-
+
{/* Hero Section */}
-
+
Kyungpook National University ยท AI Agent Networking Lab (ANL)
diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx
index e8fb92f..7bf10cc 100644
--- a/refer_landing_page/app/publications/[category]/page.tsx
+++ b/refer_landing_page/app/publications/[category]/page.tsx
@@ -55,7 +55,7 @@ export default function PublicationCategoryPage({ params }: PageProps) {
}
return (
-
+
{/* Header */}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx
index d2a496f..55c726f 100644
--- a/refer_landing_page/app/standardization/page.tsx
+++ b/refer_landing_page/app/standardization/page.tsx
@@ -9,7 +9,7 @@ export default function StandardizationPage() {
);
return (
-