File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments