File tree Expand file tree Collapse file tree 8 files changed +12
-18
lines changed Expand file tree Collapse file tree 8 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import HeroContent from "../components/HeroContent";
22
33export default function Home ( ) {
44 return (
5- < main className = "min-h-screen bg-[#0A1120] flex flex-col items-center justify-center px-4 relative overflow-hidden" >
5+ < main className = "min-h-screen bg-slate-950 flex flex-col items-center justify-center px-4 relative overflow-hidden" >
66 < div className = "relative z-10" >
77 < HeroContent />
88 </ div >
Original file line number Diff line number Diff line change @@ -18,20 +18,18 @@ export default function HeroContent() {
1818 />
1919 </ div >
2020
21- < h1 className = "text-6xl md:text-8xl font-bold" >
22- < span className = "bg-clip-text text-transparent bg-gradient-to-r from-[#00FF94] to-[#00FFFF] animate-shimmer" >
23- Welcome to Next.js
24- </ span >
21+ < h1 className = "text-6xl md:text-8xl font-bold text-slate-200" >
22+ Welcome to Next.js
2523 </ h1 >
2624
27- < p className = "text-xl md:text-2xl text-gray-300 max-w-2xl mx-auto font-light" >
25+ < p className = "text-xl md:text-2xl text-slate-400 max-w-2xl mx-auto font-light" >
2826 Build modern web applications with the power of React and Next.js
2927 </ p >
3028
3129 < div className = "flex gap-6 justify-center mt-12" >
3230 < Link
3331 href = "https://nextjs.org/docs"
34- className = "group px-8 py-3 rounded-full bg-gradient-to-r from-[#00FF94] to-[#00FFFF] text-[#0A1120] font-medium hover:shadow-[0_0_30px_-5px_#00FF94] transition-all duration-300 flex items-center gap-2"
32+ className = "group px-8 py-3 rounded-full bg-slate-200 text-slate-950 font-medium hover:bg-slate-100 transition-all duration-300 flex items-center gap-2"
3533 target = "_blank"
3634 rel = "noopener noreferrer"
3735 >
@@ -47,7 +45,7 @@ export default function HeroContent() {
4745 </ Link >
4846 < Link
4947 href = "https://github.com/xanderbilla/nextjs-template"
50- className = "group px-8 py-3 rounded-full border border-[#00FF94] text-[#00FF94] font-medium hover:bg-[#00FF94] hover:text-[#0A1120] transition-all duration-300 flex items-center gap-2"
48+ className = "group px-8 py-3 rounded-full border border-slate-200 text-slate-200 font-medium hover:bg-slate-200 hover:text-slate-950 transition-all duration-300 flex items-center gap-2"
5149 target = "_blank"
5250 rel = "noopener noreferrer"
5351 >
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ export default function Skeleton() {
44 return (
55 < div className = "animate-pulse space-y-8 text-center" >
66 { /* Logo Skeleton */ }
7- < div className = "w-48 h-12 bg-gray -800/50 rounded-lg mx-auto" > </ div >
7+ < div className = "w-48 h-12 bg-slate -800/50 rounded-lg mx-auto" > </ div >
88
99 { /* Title Skeleton */ }
10- < div className = "w-3/4 h-16 bg-gray -800/50 rounded-lg mx-auto" > </ div >
11- < div className = "w-1/2 h-8 bg-gray -800/50 rounded-lg mx-auto" > </ div >
10+ < div className = "w-3/4 h-16 bg-slate -800/50 rounded-lg mx-auto" > </ div >
11+ < div className = "w-1/2 h-8 bg-slate -800/50 rounded-lg mx-auto" > </ div >
1212
1313 { /* Buttons Skeleton */ }
1414 < div className = "flex gap-6 justify-center" >
15- < div className = "w-32 h-12 bg-gray -800/50 rounded-full" > </ div >
16- < div className = "w-32 h-12 bg-gray -800/50 rounded-full" > </ div >
15+ < div className = "w-32 h-12 bg-slate -800/50 rounded-full" > </ div >
16+ < div className = "w-32 h-12 bg-slate -800/50 rounded-full" > </ div >
1717 </ div >
1818 </ div >
1919 ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments