diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx
index 920669b..284f6af 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 */}
@@ -24,7 +24,7 @@ export default function LecturesPage() {
{/* Recent 3 Semesters */}
-
+
diff --git a/refer_landing_page/app/members/page.tsx b/refer_landing_page/app/members/page.tsx
index ea6dada..4cd03b1 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 */}
@@ -29,7 +29,7 @@ export default function MembersPage() {
{/* Professor Section */}
-
+
Faculty
@@ -78,7 +78,7 @@ export default function MembersPage() {
{/* Active Researchers Section */}
-
+
@@ -152,7 +152,7 @@ export default function MembersPage() {
{/* Alumni Section (Native
/ progressive disclosure) */}
-
+
diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx
index bb31942..d4d71f4 100644
--- a/refer_landing_page/app/page.tsx
+++ b/refer_landing_page/app/page.tsx
@@ -59,7 +59,7 @@ export default function HomePage() {
const pubCount = publications.length + patents.length;
return (
-
+
{/* Hero Section */}
@@ -118,7 +118,7 @@ export default function HomePage() {
{/* Core Research Areas Grid */}
-
+
diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx
index e90f62f..d026e1a 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 2d7299f..c9573a2 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 (
-
+
{/* Header */}
@@ -27,7 +27,7 @@ export default function StandardizationPage() {
{/* Standards Bodies Section */}
-
+
{standardsBodies.map((body, idx) => (