diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx
index 284f6af..519f398 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 4cd03b1..fdc53ef 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 d4d71f4..9fe4cd1 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 d026e1a..3b5092f 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 c9573a2..154dd13 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) => (