Skip to content

Commit 0561026

Browse files
committed
Bold name in projects page
1 parent 653ebcc commit 0561026

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/app/projects/api/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default function API() {
4747
<Navbar royal={true} className="relative z-20" />
4848
<div className="mx-8 lg:mx-16 xl:mx-32 pt-6 px-6 flex flex-col items-center gap-8 rounded-3xl text-white relative overflow-hidden">
4949
<Image src={Gradient} alt="project background" fill className="-z-20" />
50-
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display drop-shadow-sm">
51-
API & Platform
50+
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display font-bold drop-shadow-sm">
51+
API & PLATFORM
5252
</p>
5353
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">
5454
The Backbone

src/app/projects/planner/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Planner() {
4949
<Navbar royal={true} className="relative z-20" />
5050
<div className="mx-8 lg:mx-16 xl:mx-32 pt-6 px-6 flex flex-col items-center gap-8 rounded-3xl text-white relative overflow-hidden">
5151
<Image src={Gradient} alt="project background" fill className="-z-20" />
52-
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display drop-shadow-sm">
52+
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display font-bold drop-shadow-sm">
5353
PLANNER
5454
</p>
5555
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">

src/app/projects/rooms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function Rooms() {
4545
<Navbar royal={true} className="relative z-20" />
4646
<div className="mx-8 lg:mx-16 xl:mx-32 pt-6 px-6 flex flex-col items-center gap-8 rounded-3xl text-white relative overflow-hidden">
4747
<Image src={Gradient} alt="project background" fill className="-z-20" />
48-
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display drop-shadow-sm">
48+
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display font-bold drop-shadow-sm">
4949
ROOMS
5050
</p>
5151
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">

src/app/projects/skedge/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Skedge() {
5050
<Navbar royal={true} className="relative z-20" />
5151
<div className="mx-8 lg:mx-16 xl:mx-32 pt-6 px-6 flex flex-col items-center gap-8 rounded-3xl text-white relative overflow-hidden">
5252
<Image src={Gradient} alt="project background" fill className="-z-20" />
53-
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display drop-shadow-sm">
53+
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display font-bold drop-shadow-sm">
5454
SKEDGE
5555
</p>
5656
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">

src/app/projects/trends/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function Trends() {
4848
<Navbar royal={true} className="relative z-20" />
4949
<div className="mx-8 lg:mx-16 xl:mx-32 pt-6 px-6 flex flex-col items-center gap-8 rounded-3xl text-white relative overflow-hidden">
5050
<Image src={Gradient} alt="project background" fill className="-z-20" />
51-
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display drop-shadow-sm">
51+
<p className="px-16 py-2 rounded-full border-2 border-white whitespace-nowrap font-display font-bold drop-shadow-sm">
5252
TRENDS
5353
</p>
5454
<h1 className="text-5xl md:text-6xl font-bold text-center text-shadow">

0 commit comments

Comments
 (0)