Skip to content

Commit a87e42f

Browse files
committed
Some fixes in page.tsx so that now it can build properly
1 parent f207e86 commit a87e42f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,23 @@ export default function Home() {
3838
rankValue: "9",
3939
rankSuffix: "th",
4040
rankColor: "emerald",
41+
insightTitle: "Career-Ready Graduates",
4142
insightDescription: "BIT graduates are valued higher by employers than graduates from \"higher ranked\" but less practical universities."
4243
},
4344
{
4445
metric: "NTU Ranking (Engineering)",
4546
rankValue: "14",
4647
rankSuffix: "th",
4748
rankColor: "emerald",
49+
insightTitle: "Engineering Excellence",
4850
insightDescription: "In pure engineering output, BIT is a global top-15 institution, outranking many Ivy League schools."
4951
},
5052
{
5153
metric: "ARWU (Shanghai Ranking) 2025",
5254
rankValue: "102",
5355
rankSuffix: "nd",
5456
rankColor: "default",
57+
insightTitle: "Global Research Impact",
5558
insightDescription: "Being on the cusp of the Top 100 globally signals immense research productivity."
5659
}
5760
];

0 commit comments

Comments
 (0)