@@ -185,7 +185,7 @@ export default function AskPage() {
185185 < div className = "space-y-2" >
186186 < h1 className = "text-3xl font-black text-gray-900 tracking-tight" > Spiritual Inquiry</ h1 >
187187 < p className = "text-gray-500 text-base leading-relaxed font-medium" >
188- Please sign in to share your spiritual questions and receive personal guidance from Krishnaji .
188+ Please sign in to share your spiritual questions and receive personal guidance from the Saileela Rahasya team .
189189 </ p >
190190 </ div >
191191 < SignInButton mode = "modal" >
@@ -237,7 +237,7 @@ export default function AskPage() {
237237 < div className = "space-y-1" >
238238 < h2 className = "text-xl font-black text-gray-900" > Seek Divine Guidance</ h2 >
239239 < p className = "text-gray-400 text-xs md:text-sm max-w-sm mx-auto leading-relaxed" >
240- Share your spiritual query or request personal guidance from Krishnaji .
240+ Share your spiritual query or request personal guidance.
241241 </ p >
242242 </ div >
243243
@@ -470,7 +470,7 @@ export default function AskPage() {
470470 { tickets . find ( t => t . id === expandedTicketId ) ?. messages . map ( ( msg : TicketMessage , idx : number ) => (
471471 < div key = { msg . id || idx } className = { `flex flex-col ${ msg . sender === 'USER' ? 'items-end' : 'items-start' } ` } >
472472 < div className = { `text-[8px] font-black uppercase tracking-[0.15em] mb-1.5 ${ msg . sender === 'USER' ? 'text-gray-400' : 'text-ochre' } ` } >
473- { msg . sender === 'USER' ? 'Your Request' : 'Krishnaji Guidance' }
473+ { msg . sender === 'USER' ? 'Your Request' : 'Guidance Response ' }
474474 </ div >
475475 < div className = { `max-w-[85%] px-4 py-3 shadow-sm relative group w-fit ${ msg . sender === 'USER'
476476 ? 'bg-white border border-gray-100 text-gray-800 rounded-2xl rounded-tr-none'
0 commit comments