gone
This commit is contained in:
@@ -211,14 +211,12 @@ export function Boat() {
|
||||
|
||||
{/* Progress Bar */}
|
||||
<div className="mt-6 mx-6 lg:mx-0 flex justify-center">
|
||||
<div className="w-32 bg-gray-500 rounded-full h-0.5 relative">
|
||||
<div className="w-52 bg-gray-400 rounded-full h-0.5 relative">
|
||||
<div
|
||||
className="bg-darkgr-900 h-0.5 rounded-full transition-all duration-300 ease-out"
|
||||
style={{ width: `${scrollProgress}%` }}
|
||||
/>
|
||||
{/* Progress dots for visual clarity */}
|
||||
<div className="absolute -top-1 left-0 w-2 h-2 bg-darkgr-900 rounded-full transform -translate-x-1"></div>
|
||||
<div className="absolute -top-1 right-0 w-2 h-2 bg-gray-400 rounded-full transform translate-x-1"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user