diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx index 519f398..624a0ed 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 fdc53ef..138b3bd 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/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx index 154dd13..d2a496f 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) => (