mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 13:05:44 +00:00
Updated sms text
This commit is contained in:
@@ -81,20 +81,6 @@ export default function AuthCheckPage() {
|
||||
</p>
|
||||
|
||||
<div className="flex flex-col gap-3">
|
||||
<Tooltip content={[
|
||||
'Saved passenger details',
|
||||
'View booking history',
|
||||
'Faster future bookings',
|
||||
]}>
|
||||
<button
|
||||
onClick={() => router.push('/login?redirect=/booking/passengers')}
|
||||
className="w-full flex items-center justify-center gap-2.5 px-5 py-3.5 bg-primary hover:bg-primary/90 active:scale-[0.98] text-white font-semibold rounded-xl transition-all shadow-md shadow-primary/20"
|
||||
>
|
||||
<LogIn className="w-5 h-5 flex-shrink-0" />
|
||||
Sign in
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip content={[
|
||||
'No account required',
|
||||
'Quick checkout',
|
||||
@@ -102,12 +88,26 @@ export default function AuthCheckPage() {
|
||||
]}>
|
||||
<button
|
||||
onClick={() => router.push('/booking/passengers')}
|
||||
className="w-full flex items-center justify-center gap-2.5 px-5 py-3.5 bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-700 active:scale-[0.98] text-gray-800 dark:text-gray-100 font-semibold rounded-xl border border-gray-200 dark:border-gray-700 transition-all shadow-sm"
|
||||
className="w-full flex items-center justify-center gap-2.5 px-5 py-3.5 bg-primary hover:bg-primary/90 active:scale-[0.98] text-white font-semibold rounded-xl transition-all shadow-md shadow-primary/20"
|
||||
>
|
||||
<UserPlus className="w-5 h-5 flex-shrink-0" />
|
||||
Continue as guest
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip content={[
|
||||
'Saved passenger details',
|
||||
'View booking history',
|
||||
'Faster future bookings',
|
||||
]}>
|
||||
<button
|
||||
onClick={() => router.push('/login?redirect=/booking/passengers')}
|
||||
className="w-full flex items-center justify-center gap-2.5 px-5 py-3.5 bg-white dark:bg-gray-800 hover:bg-gray-50 dark:hover:bg-gray-700 active:scale-[0.98] text-gray-800 dark:text-gray-100 font-semibold rounded-xl border border-gray-200 dark:border-gray-700 transition-all shadow-sm"
|
||||
>
|
||||
<LogIn className="w-5 h-5 flex-shrink-0" />
|
||||
SignIn or Register
|
||||
</button>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
<div className="mt-8 text-center">
|
||||
|
||||
Reference in New Issue
Block a user