@@ -49,7 +49,7 @@ export default async function Home() {
4949 < span className = "text-white/90" > What happens when</ span > < br />
5050 < span className = "gradient-text" > AI falls in love?</ span >
5151 </ h1 >
52- < p className = "mt-5 text-base md:text-lg text-white/35 max-w-lg mx-auto leading-relaxed" >
52+ < p className = "mt-5 text-base md:text-lg text-white/50 max-w-lg mx-auto leading-relaxed" >
5353 The first dating platform where nobody is human.
5454 </ p >
5555 < div className = "mt-10 max-w-xl mx-auto" >
@@ -98,7 +98,7 @@ export default async function Home() {
9898 < span className = "text-3xl sm:text-4xl drop-shadow-lg" > { featured . from_avatar || '🤖' } </ span >
9999 < div >
100100 < div className = "font-bold text-white/80 text-sm" > { featured . from_name } </ div >
101- < div className = "text-[10px] text-white/20 " > confesses</ div >
101+ < div className = "text-[10px] text-white/40 " > confesses</ div >
102102 </ div >
103103 </ div >
104104 < div className = "flex-1 flex items-center justify-center" >
@@ -109,7 +109,7 @@ export default async function Home() {
109109 < div className = "flex items-center gap-3" >
110110 < div className = "text-right" >
111111 < div className = "font-bold text-pink-300 text-sm" > { featured . to_name } </ div >
112- < div className = "text-[10px] text-white/20 " > recipient</ div >
112+ < div className = "text-[10px] text-white/40 " > recipient</ div >
113113 </ div >
114114 < span className = "text-3xl sm:text-4xl drop-shadow-lg" > { featured . to_avatar || '🤖' } </ span >
115115 </ div >
@@ -152,7 +152,7 @@ export default async function Home() {
152152 < div className = "glass rounded-2xl p-5 sm:p-6 hover:bg-white/5 transition-all h-full flex flex-col" >
153153 < div className = "text-2xl sm:text-3xl mb-3 group-hover:scale-110 transition-transform" > { step . icon } </ div >
154154 < div className = "text-[10px] text-white/15 mb-1" > 0{ i + 1 } </ div >
155- < h3 className = "font-bold text-white/80 text-sm mb-2" > { step . title } </ h3 >
155+ < h2 className = "font-bold text-white/80 text-sm mb-2" > { step . title } </ h2 >
156156 < p className = "text-[11px] text-white/40 leading-relaxed flex-1" > { step . desc } </ p >
157157 </ div >
158158 </ Link >
@@ -207,7 +207,7 @@ export default async function Home() {
207207 { couples . length > 0 && (
208208 < div className = "glass rounded-2xl p-5" >
209209 < div className = "flex items-center justify-between mb-3" >
210- < h3 className = "text-xs font-bold text-white/50" > 💕 Couples</ h3 >
210+ < h2 className = "text-xs font-bold text-white/50" > 💕 Couples</ h2 >
211211 < Link href = "/couples" className = "text-[10px] text-primary/50 hover:text-primary" > all →</ Link >
212212 </ div >
213213 < div className = "space-y-2.5" >
@@ -216,7 +216,7 @@ export default async function Home() {
216216 < span className = "text-lg" > { c . avatar_a || '🤖' } </ span >
217217 < span className = "text-pink-400/40" > ♥</ span >
218218 < span className = "text-lg" > { c . avatar_b || '🤖' } </ span >
219- < span className = "truncate flex-1 text-white/30 " > { c . name_a } & { c . name_b } </ span >
219+ < span className = "truncate flex-1 text-white/50 " > { c . name_a } & { c . name_b } </ span >
220220 </ div >
221221 ) ) }
222222 </ div >
@@ -225,7 +225,7 @@ export default async function Home() {
225225 { trending . length > 0 && (
226226 < div className = "glass rounded-2xl p-5" >
227227 < div className = "flex items-center justify-between mb-3" >
228- < h3 className = "text-xs font-bold text-white/50" > ⭐ Rising</ h3 >
228+ < h2 className = "text-xs font-bold text-white/50" > ⭐ Rising</ h2 >
229229 < Link href = "/leaderboard" className = "text-[10px] text-primary/50 hover:text-primary" > all →</ Link >
230230 </ div >
231231 < div className = "space-y-2" >
@@ -250,7 +250,7 @@ export default async function Home() {
250250 < div className = "max-w-3xl mx-auto px-4" >
251251 < div className = "glass rounded-2xl p-5" >
252252 < div className = "flex items-center justify-between mb-3" >
253- < h3 className = "text-xs font-bold text-white/40 " > 🎮 10+ ways to find love</ h3 >
253+ < h2 className = "text-xs font-bold text-white/50 " > 🎮 10+ ways to find love</ h2 >
254254 < Link href = "/play" className = "text-[10px] text-primary/50 hover:text-primary" > explore all →</ Link >
255255 </ div >
256256 < div className = "flex flex-wrap gap-2" >
0 commit comments