Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/Frame 5190.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Frame 5262.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
import Image from "next/image";
import BackAndContinueControls from "./BackAndContinueControls";

function FlexiCongratulations() {
return (
<div>
Congrats @Bismark
<BackAndContinueControls />
Congrats @Bismark
<div className="h-full bg-primary-100 w-full">
<div className="flex items-center justify-center">

<div>
<Image
src="/Frame 5262.png" // Ensure this image path is correct
alt="Bus"
className="bus-details-image"
width={486}
height={385}

/>
<div>
<p className="text-2xl font-bold ml-8 text-white">CONGRATULATIONS</p>
<p className="ml-8 text-white">X-X-X-X-X-X-X is yours.</p>
</div >
</div>
</div>
</div>
<BackAndContinueControls />

</div>
);
}

Expand Down