style(nextjs): changes initial loading screen
This commit is contained in:
parent
b6cf962147
commit
220c0839e2
1 changed files with 3 additions and 12 deletions
|
|
@ -107,23 +107,14 @@ export function StoreInitializer({ children }: { children: React.ReactNode }) {
|
|||
<div className="bg-white/80 backdrop-blur-sm rounded-2xl shadow-xl border border-white/20 p-8 text-center">
|
||||
{/* Logo/Branding */}
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src="/Logo.png"
|
||||
alt="PresentOn"
|
||||
<img
|
||||
src="/Logo.png"
|
||||
alt="PresentOn"
|
||||
className="h-12 mx-auto mb-4 opacity-90"
|
||||
/>
|
||||
<div className="w-16 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto rounded-full"></div>
|
||||
</div>
|
||||
|
||||
{/* Loading Animation */}
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src="/loading.gif"
|
||||
alt="Loading"
|
||||
className="w-24 h-24 mx-auto rounded-lg shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Loading Text */}
|
||||
<div className="space-y-2">
|
||||
<h3 className="text-lg font-semibold text-gray-800 font-inter">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue