Skip to content

Commit 4dfbf4a

Browse files
committed
Change some text in campus life.tsx and page.tsx
1 parent a87e42f commit 4dfbf4a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

app/campus-life/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ export default function CampusLifePage() {
114114

115115
<div className="relative z-10 grid md:grid-cols-2 gap-12 items-center">
116116
<div>
117-
<h2 className="text-3xl md:text-4xl font-display font-bold mb-6">The Geography of Focus</h2>
117+
<h2 className="text-3xl md:text-4xl font-display font-bold mb-6">Liangxiang Campus</h2>
118118
<p className="text-slate-300 leading-relaxed mb-6">
119-
Liangxiang is 30-40km from central Beijing. This isolation is a feature. In the city, distractions are infinite. In Liangxiang, the environment is engineered for deep work.
119+
Liangxiang is a small university district located outside of beijing. It is located 30-40km from central Beijing. It would take 1-2 hours(depending on how busy the subway is) to travel from campus to the city center. Liangxiang campus occupies an area of 2,001,000 m².
120120
</p>
121121
<div className="flex items-center gap-4 text-slate-300">
122122
<Shield className="w-5 h-5 text-emerald-400" />

app/page.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,19 @@ export default function Home() {
317317
</motion.div>
318318
</div>
319319
<div className="order-1 md:order-2">
320-
<h2 className="text-3xl font-display font-bold mb-6">Rise with a <span className="text-primary">Superpower</span></h2>
320+
<h2 className="text-3xl font-display font-bold mb-6">China{" "}
321+
<span className="text-primary">
322+
<ShinyText
323+
text="the Future"
324+
speed={2}
325+
delay={1}
326+
color="#009C62"
327+
shineColor="#cfd8ccff"
328+
spread={120}
329+
className="text-primary"
330+
/>
331+
</span>
332+
</h2>
321333
<p className="text-muted-foreground text-lg leading-relaxed mb-6">
322334
China is not just the world&apos;s factory; it is becoming the world&apos;s laboratory. Speaking Chinese is no longer just a &quot;nice-to-have&quot;—it is a critical career asset for the next 50 years.
323335
</p>

0 commit comments

Comments
 (0)