@@ -3,8 +3,8 @@ import Link from "next/link"
33import { Users , Building2 , CheckCircle2 , Briefcase , Building } from "lucide-react"
44
55export const metadata : Metadata = {
6- title : "Choose Your Path | BrickChain " ,
7- description : "Select how you'd like to join the BrickChain ecosystem" ,
6+ title : "Choose Your Path | reAI " ,
7+ description : "Select how you'd like to join the reAI ecosystem" ,
88}
99
1010export default function OnboardingPage ( ) {
@@ -14,7 +14,7 @@ export default function OnboardingPage() {
1414 { /* Header */ }
1515 < div className = "text-center mb-12" >
1616 < h1 className = "text-4xl font-bold text-gray-900 mb-3" > Choose Your Path</ h1 >
17- < p className = "text-lg text-gray-600" > Select how you'd like to join the BrickChain ecosystem</ p >
17+ < p className = "text-lg text-gray-600" > Select how you'd like to join the reAI ecosystem</ p >
1818 </ div >
1919
2020 { /* Cards */ }
@@ -50,15 +50,15 @@ export default function OnboardingPage() {
5050 { /* Features */ }
5151 < div className = "space-y-3" >
5252 < div className = "flex items-center gap-3" >
53- < CheckCircle2 className = "w-5 h-5 text-emerald-500 shrink-0" />
53+ < CheckCircle2 className = "w-5 h-5 text-emerald-500 flex- shrink-0" />
5454 < span className = "text-gray-700" > Low minimum investment</ span >
5555 </ div >
5656 < div className = "flex items-center gap-3" >
57- < CheckCircle2 className = "w-5 h-5 text-emerald-500 shrink-0" />
57+ < CheckCircle2 className = "w-5 h-5 text-emerald-500 flex- shrink-0" />
5858 < span className = "text-gray-700" > Instant liquidity</ span >
5959 </ div >
6060 < div className = "flex items-center gap-3" >
61- < CheckCircle2 className = "w-5 h-5 text-emerald-500 shrink-0" />
61+ < CheckCircle2 className = "w-5 h-5 text-emerald-500 flex- shrink-0" />
6262 < span className = "text-gray-700" > Passive income</ span >
6363 </ div >
6464 </ div >
@@ -95,15 +95,15 @@ export default function OnboardingPage() {
9595 { /* Features */ }
9696 < div className = "space-y-3" >
9797 < div className = "flex items-center gap-3" >
98- < CheckCircle2 className = "w-5 h-5 text-blue-500 shrink-0" />
98+ < CheckCircle2 className = "w-5 h-5 text-blue-500 flex- shrink-0" />
9999 < span className = "text-gray-700" > List properties</ span >
100100 </ div >
101101 < div className = "flex items-center gap-3" >
102- < CheckCircle2 className = "w-5 h-5 text-blue-500 shrink-0" />
102+ < CheckCircle2 className = "w-5 h-5 text-blue-500 flex- shrink-0" />
103103 < span className = "text-gray-700" > Earn commissions</ span >
104104 </ div >
105105 < div className = "flex items-center gap-3" >
106- < CheckCircle2 className = "w-5 h-5 text-blue-500 shrink-0" />
106+ < CheckCircle2 className = "w-5 h-5 text-blue-500 flex- shrink-0" />
107107 < span className = "text-gray-700" > Manage listings</ span >
108108 </ div >
109109 </ div >
0 commit comments